mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
run_suite(): Oops, update a docstring.
This commit is contained in:
parent
c10d690744
commit
c88425e2b2
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class BasicTestRunner:
|
||||||
|
|
||||||
|
|
||||||
def run_suite(suite):
|
def run_suite(suite):
|
||||||
"""Run tests from a unittest.TestCase-derived class."""
|
"""Run tests from a unittest.TestSuite-derived class."""
|
||||||
if verbose:
|
if verbose:
|
||||||
runner = unittest.TextTestRunner(sys.stdout, verbosity=2)
|
runner = unittest.TextTestRunner(sys.stdout, verbosity=2)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue