mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +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',
|
||||
'TextTestRunner', 'TestLoader', 'FunctionTestCase', 'main',
|
||||
'defaultTestLoader', 'SkipException', 'skip', 'skipIf', 'skipUnless',
|
||||
'defaultTestLoader', 'SkipTest', 'skip', 'skipIf', 'skipUnless',
|
||||
'expectedFailure']
|
||||
|
||||
# Expose obsolete functions for backwards compatibility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue