mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
fix typo
This commit is contained in:
parent
c750d4d761
commit
037154865e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ import functools
|
||||||
##############################################################################
|
##############################################################################
|
||||||
__all__ = ['TestResult', 'TestCase', 'TestSuite', 'ClassTestSuite',
|
__all__ = ['TestResult', 'TestCase', 'TestSuite', 'ClassTestSuite',
|
||||||
'TextTestRunner', 'TestLoader', 'FunctionTestCase', 'main',
|
'TextTestRunner', 'TestLoader', 'FunctionTestCase', 'main',
|
||||||
'defaultTestLoader', 'SkipException', 'skip', 'skipIf', 'skipUnless',
|
'defaultTestLoader', 'SkipTest', 'skip', 'skipIf', 'skipUnless',
|
||||||
'expectedFailure']
|
'expectedFailure']
|
||||||
|
|
||||||
# Expose obsolete functions for backwards compatibility
|
# Expose obsolete functions for backwards compatibility
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue