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