mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Issue #21170: Removed invalid parameter names from unittest doc.
Patch by Kushal Das.
This commit is contained in:
parent
1b7611405d
commit
f98021cff2
1 changed files with 2 additions and 2 deletions
|
|
@ -1807,14 +1807,14 @@ Loading and running tests
|
||||||
Called after the test case *test* has been executed, regardless of the
|
Called after the test case *test* has been executed, regardless of the
|
||||||
outcome.
|
outcome.
|
||||||
|
|
||||||
.. method:: startTestRun(test)
|
.. method:: startTestRun()
|
||||||
|
|
||||||
Called once before any tests are executed.
|
Called once before any tests are executed.
|
||||||
|
|
||||||
.. versionadded:: 3.1
|
.. versionadded:: 3.1
|
||||||
|
|
||||||
|
|
||||||
.. method:: stopTestRun(test)
|
.. method:: stopTestRun()
|
||||||
|
|
||||||
Called once after all tests are executed.
|
Called once after all tests are executed.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue