Skip to content

Commit 2cff35e

Browse files
author
kuyan
committed
Revise Unittest section description
1 parent 1800feb commit 2cff35e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/writing/tests.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ The Basics
7676
Unittest
7777
--------
7878

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.
79+
:mod:`unittest` is the batteries-included test module in the Python standard
80+
library. Its API will be familiar to anyone who has used any of the
81+
JUnit/nUnit/CppUnit series of tools.
8282

83-
Creating testcases is accomplished by subclassing a :class:`TestCase` base class
83+
Creating test cases is accomplished by subclassing :class:`unittest.TestCase`.
8484

8585
.. code-block:: python
8686

0 commit comments

Comments
 (0)