mirror of https://github.com/python/cpython
fix typo
This commit is contained in:
parent
c750d4d761
commit
037154865e
|
@ -57,7 +57,7 @@ import functools
|
|||
##############################################################################
|
||||
__all__ = ['TestResult', 'TestCase', 'TestSuite', 'ClassTestSuite',
|
||||
'TextTestRunner', 'TestLoader', 'FunctionTestCase', 'main',
|
||||
'defaultTestLoader', 'SkipException', 'skip', 'skipIf', 'skipUnless',
|
||||
'defaultTestLoader', 'SkipTest', 'skip', 'skipIf', 'skipUnless',
|
||||
'expectedFailure']
|
||||
|
||||
# Expose obsolete functions for backwards compatibility
|
||||
|
|
Loading…
Reference in New Issue