mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Merged revisions 70574 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70574 | benjamin.peterson | 2009-03-23 20:11:37 -0500 (Mon, 23 Mar 2009) | 1 line fix typo ........
This commit is contained in:
parent
70e32c837f
commit
4c93dcbbef
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