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.
1 parent d807862 commit 2e5566dCopy full SHA for 2e5566d
1 file changed
Doc/library/unittest.rst
@@ -412,7 +412,7 @@ run whether the test method succeeded or not.
412
Such a working environment for the testing code is called a
413
:dfn:`test fixture`. A new TestCase instance is created as a unique
414
test fixture used to execute each individual test method. Thus
415
-`~TestCase.setUp`, `~TestCase.tearDown`, and `~TestCase.__init__`
+:meth:`~TestCase.setUp`, :meth:`~TestCase.tearDown`, and :meth:`~TestCase.__init__`
416
will be called once per test.
417
418
It is recommended that you use TestCase implementations to group tests together
0 commit comments