Remove obsolete docstring
This commit is contained in:
parent
030c42203d
commit
66673c0dd3
|
@ -212,7 +212,5 @@ def _is_unittest_unexpected_success_a_failure():
|
||||||
From https://docs.python.org/3/library/unittest.html?highlight=unittest#unittest.TestResult.wasSuccessful:
|
From https://docs.python.org/3/library/unittest.html?highlight=unittest#unittest.TestResult.wasSuccessful:
|
||||||
Changed in version 3.4: Returns False if there were any
|
Changed in version 3.4: Returns False if there were any
|
||||||
unexpectedSuccesses from tests marked with the expectedFailure() decorator.
|
unexpectedSuccesses from tests marked with the expectedFailure() decorator.
|
||||||
|
|
||||||
TODO: this should be moved to the "compat" module.
|
|
||||||
"""
|
"""
|
||||||
return sys.version_info >= (3, 4)
|
return sys.version_info >= (3, 4)
|
Loading…
Reference in New Issue