mirror of https://github.com/python/cpython
Fix doctest's __all__.
This commit is contained in:
parent
e6bcc9145e
commit
cc80bfeace
|
@ -80,13 +80,11 @@ __all__ = [
|
|||
'testmod',
|
||||
'testfile',
|
||||
'run_docstring_examples',
|
||||
# 7. Tester
|
||||
'Tester',
|
||||
# 8. Unittest Support
|
||||
# 7. Unittest Support
|
||||
'DocTestSuite',
|
||||
'DocFileSuite',
|
||||
'set_unittest_reportflags',
|
||||
# 9. Debugging Support
|
||||
# 8. Debugging Support
|
||||
'script_from_examples',
|
||||
'testsource',
|
||||
'debug_src',
|
||||
|
|
Loading…
Reference in New Issue