Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c88425e

Browse files
committed
run_suite(): Oops, update a docstring.
1 parent c10d690 commit c88425e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def run(self, test):
158158

159159

160160
def run_suite(suite):
161-
"""Run tests from a unittest.TestCase-derived class."""
161+
"""Run tests from a unittest.TestSuite-derived class."""
162162
if verbose:
163163
runner = unittest.TextTestRunner(sys.stdout, verbosity=2)
164164
else:

0 commit comments

Comments
 (0)