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 1b76114 commit f98021cCopy full SHA for f98021c
1 file changed
Doc/library/unittest.rst
@@ -1807,14 +1807,14 @@ Loading and running tests
1807
Called after the test case *test* has been executed, regardless of the
1808
outcome.
1809
1810
- .. method:: startTestRun(test)
+ .. method:: startTestRun()
1811
1812
Called once before any tests are executed.
1813
1814
.. versionadded:: 3.1
1815
1816
1817
- .. method:: stopTestRun(test)
+ .. method:: stopTestRun()
1818
1819
Called once after all tests are executed.
1820
0 commit comments