mirror of
https://github.com/python/cpython.git
synced 2025-09-21 08:00:37 +00:00
expected failure should not trigger failfast behavior in unittest.
This commit is contained in:
parent
49899690a8
commit
0ce167277a
3 changed files with 1 additions and 8 deletions
|
@ -178,7 +178,7 @@ class TestProgram(object):
|
|||
testRunner = self.testRunner(verbosity=self.verbosity,
|
||||
failfast=self.failfast)
|
||||
except TypeError:
|
||||
# didn't accept the verbosity or failfast argument
|
||||
# didn't accept the verbosity or failfast arguments
|
||||
testRunner = self.testRunner()
|
||||
else:
|
||||
# it is assumed to be a TestRunner instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue