mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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):
|
||||
"""Run tests from a unittest.TestCase-derived class."""
|
||||
"""Run tests from a unittest.TestSuite-derived class."""
|
||||
if verbose:
|
||||
runner = unittest.TextTestRunner(sys.stdout, verbosity=2)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue