mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +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',
|
||||
'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