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.
unittest
1 parent c529870 commit ec42d72Copy full SHA for ec42d72
Doc/library/unittest.rst
@@ -110,7 +110,7 @@ Here is a short script to test three string methods::
110
unittest.main()
111
112
113
-A testcase is created by subclassing :class:`unittest.TestCase`. The three
+A test case is created by subclassing :class:`unittest.TestCase`. The three
114
individual tests are defined with methods whose names start with the letters
115
``test``. This naming convention informs the test runner about which methods
116
represent tests.
0 commit comments