We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1800feb commit 2cff35eCopy full SHA for 2cff35e
docs/writing/tests.rst
@@ -76,11 +76,11 @@ The Basics
76
Unittest
77
--------
78
79
-:mod:`unittest` is the batteries-included test module in the Python standard library.
80
-Its API will be familiar to anyone who has used any of the JUnit/nUnit/CppUnit
81
-series of tools.
+:mod:`unittest` is the batteries-included test module in the Python standard
+library. Its API will be familiar to anyone who has used any of the
+JUnit/nUnit/CppUnit series of tools.
82
83
-Creating testcases is accomplished by subclassing a :class:`TestCase` base class
+Creating test cases is accomplished by subclassing :class:`unittest.TestCase`.
84
85
.. code-block:: python
86
0 commit comments