Commit f98021cf authored by Terry Jan Reedy's avatar Terry Jan Reedy

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

Patch by Kushal Das.
parent 1b761140
......@@ -1807,14 +1807,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:: 3.1
.. method:: stopTestRun(test)
.. method:: stopTestRun()
Called once after all tests are executed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment