summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-04-11 18:11:34 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-04-11 18:11:34 (GMT)
commit138185fa054b5bd5fba925c7301aff7d912df25b (patch)
treef14f75ba623d51549e754948acd7ea7cc4c2e982 /Doc/library
parent5990d2864c73e1abc951c1d17741eab3e1b30be1 (diff)
parentf98021cff276a02cc4bbee76747c57d1f3e7921b (diff)
downloadcpython-138185fa054b5bd5fba925c7301aff7d912df25b.zip
cpython-138185fa054b5bd5fba925c7301aff7d912df25b.tar.gz
cpython-138185fa054b5bd5fba925c7301aff7d912df25b.tar.bz2
Merge with 3.4
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/unittest.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 690c98b..fbeaf7f 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -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.