mirror of https://github.com/python/cpython.git
run_suite(): Oops, update a docstring.
This commit is contained in:
parent
c10d690744
commit
c88425e2b2
|
@ -158,7 +158,7 @@ def run(self, test):
|
||||||
|
|
||||||
|
|
||||||
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…
Reference in New Issue