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
|
# 7. Tester
|
||||||
'Tester',
|
'Tester',
|
||||||
# 8. Unittest Support
|
# 8. Unittest Support
|
||||||
'DocTestCase',
|
|
||||||
'DocTestSuite',
|
'DocTestSuite',
|
||||||
'DocFileCase',
|
|
||||||
'DocFileTest',
|
|
||||||
'DocFileSuite',
|
'DocFileSuite',
|
||||||
# 9. Debugging Support
|
# 9. Debugging Support
|
||||||
'script_from_examples',
|
'script_from_examples',
|
||||||
|
|
Loading…
Reference in New Issue