Issue #21170: Removed invalid parameter names from unittest doc.

Patch by Kushal Das.
This commit is contained in:
Terry Jan Reedy 2014-04-11 14:11:00 -04:00
parent 5aad46e5c3
commit 94fb85e765
1 changed files with 2 additions and 2 deletions

View File

@ -1687,14 +1687,14 @@ Loading and running tests
Called after the test case *test* has been executed, regardless of the
outcome.
.. method:: startTestRun(test)
.. method:: startTestRun()
Called once before any tests are executed.
.. versionadded:: 2.7
.. method:: stopTestRun(test)
.. method:: stopTestRun()
Called once after all tests are executed.