Skip to content

Commit 8ae4424

Browse files
committed
Update documentation
1 parent 4489b51 commit 8ae4424

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_sources/chap18.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2640,9 +2640,9 @@
26402640
"\n",
26412641
"* \"How does `unittest` do test discovery?\"\n",
26422642
"\n",
2643-
"\"Along with `assertEqual`, what are the most commonly used methods in `unittest.TestCase`?\"\n",
2643+
"* \"Along with `assertEqual`, what are the most commonly used methods in `unittest.TestCase`?\"\n",
26442644
"\n",
2645-
"\"What are the pros and cons of `doctest` and `unittest`?\"\n",
2645+
"* \"What are the pros and cons of `doctest` and `unittest`?\"\n",
26462646
"\n",
26472647
"For the following exercises, consider asking an AI for help, but as always, remember to test the results."
26482648
]

chap18.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,9 +1498,9 @@ <h3><span class="section-number">18.11.1. </span>Ask a virtual assistant<a class
14981498
<li><p>“When should I use Python’s <code class="docutils literal notranslate"><span class="pre">namedtuple</span></code> rather than define a new class?”</p></li>
14991499
<li><p>“What are some uses of packing and unpacking keyword arguments?”</p></li>
15001500
<li><p>“How does <code class="docutils literal notranslate"><span class="pre">unittest</span></code> do test discovery?”</p></li>
1501+
<li><p>“Along with <code class="docutils literal notranslate"><span class="pre">assertEqual</span></code>, what are the most commonly used methods in <code class="docutils literal notranslate"><span class="pre">unittest.TestCase</span></code>?”</p></li>
1502+
<li><p>“What are the pros and cons of <code class="docutils literal notranslate"><span class="pre">doctest</span></code> and <code class="docutils literal notranslate"><span class="pre">unittest</span></code>?”</p></li>
15011503
</ul>
1502-
<p>“Along with <code class="docutils literal notranslate"><span class="pre">assertEqual</span></code>, what are the most commonly used methods in <code class="docutils literal notranslate"><span class="pre">unittest.TestCase</span></code>?”</p>
1503-
<p>“What are the pros and cons of <code class="docutils literal notranslate"><span class="pre">doctest</span></code> and <code class="docutils literal notranslate"><span class="pre">unittest</span></code>?”</p>
15041504
<p>For the following exercises, consider asking an AI for help, but as always, remember to test the results.</p>
15051505
</section>
15061506
<section id="exercise">

0 commit comments

Comments
 (0)