Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f98021c

Browse files
committed
Issue #21170: Removed invalid parameter names from unittest doc.
Patch by Kushal Das.
1 parent 1b76114 commit f98021c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/unittest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,14 +1807,14 @@ Loading and running tests
18071807
Called after the test case *test* has been executed, regardless of the
18081808
outcome.
18091809

1810-
.. method:: startTestRun(test)
1810+
.. method:: startTestRun()
18111811

18121812
Called once before any tests are executed.
18131813

18141814
.. versionadded:: 3.1
18151815

18161816

1817-
.. method:: stopTestRun(test)
1817+
.. method:: stopTestRun()
18181818

18191819
Called once after all tests are executed.
18201820

0 commit comments

Comments
 (0)