Commit 27b782cb authored by Barry Warsaw's avatar Barry Warsaw

run_suite(): Oops, update a docstring.

parent 92c40fc8
...@@ -158,7 +158,7 @@ class BasicTestRunner: ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment