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

Skip to content

Commit cc80bfe

Browse files
committed
Fix doctest's __all__.
1 parent e6bcc91 commit cc80bfe

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Lib/doctest.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,11 @@ def _test():
8080
'testmod',
8181
'testfile',
8282
'run_docstring_examples',
83-
# 7. Tester
84-
'Tester',
85-
# 8. Unittest Support
83+
# 7. Unittest Support
8684
'DocTestSuite',
8785
'DocFileSuite',
8886
'set_unittest_reportflags',
89-
# 9. Debugging Support
87+
# 8. Debugging Support
9088
'script_from_examples',
9189
'testsource',
9290
'debug_src',

0 commit comments

Comments
 (0)