We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030c422 commit 66673c0Copy full SHA for 66673c0
_pytest/compat.py
@@ -212,7 +212,5 @@ def _is_unittest_unexpected_success_a_failure():
212
From https://docs.python.org/3/library/unittest.html?highlight=unittest#unittest.TestResult.wasSuccessful:
213
Changed in version 3.4: Returns False if there were any
214
unexpectedSuccesses from tests marked with the expectedFailure() decorator.
215
-
216
- TODO: this should be moved to the "compat" module.
217
"""
218
return sys.version_info >= (3, 4)
0 commit comments