This commit is contained in:
Benjamin Peterson 2009-03-24 01:11:37 +00:00
parent c750d4d761
commit 037154865e

View file

@ -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