Kaydet (Commit) 03715486 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix typo

üst c750d4d7
...@@ -57,7 +57,7 @@ import functools ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment