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.
2 parents 3b1a8b3 + 8a6ddb9 commit e95fd0bCopy full SHA for e95fd0b
1 file changed
Doc/library/unittest.rst
@@ -118,7 +118,7 @@ and produce a report.
118
119
The :meth:`~TestCase.setUp` and :meth:`~TestCase.tearDown` methods allow you
120
to define instructions that will be executed before and after each test method.
121
-They are covered in more details in the section :ref:`organizing-tests`.
+They are covered in more detail in the section :ref:`organizing-tests`.
122
123
The final block shows a simple way to run the tests. :func:`unittest.main`
124
provides a command-line interface to the test script. When run from the command
0 commit comments