mirror of https://github.com/python/cpython
Removed two undocumented unittest support classes, and one undocumented
unittest support function, from the public interface. If they're not documented, they shouldn't be public.
This commit is contained in:
parent
c90ea82302
commit
261b28aac6
|
@ -83,10 +83,7 @@ __all__ = [
|
|||
# 7. Tester
|
||||
'Tester',
|
||||
# 8. Unittest Support
|
||||
'DocTestCase',
|
||||
'DocTestSuite',
|
||||
'DocFileCase',
|
||||
'DocFileTest',
|
||||
'DocFileSuite',
|
||||
# 9. Debugging Support
|
||||
'script_from_examples',
|
||||
|
|
Loading…
Reference in New Issue