expected failure should not trigger failfast behavior in unittest.

This commit is contained in:
Michael Foord 2010-03-22 01:56:54 +00:00
parent 49899690a8
commit 0ce167277a
3 changed files with 1 additions and 8 deletions

View file

@ -81,7 +81,6 @@ def addSkip(self, test, reason):
"""Called when a test is skipped."""
self.skipped.append((test, reason))
@failfast
def addExpectedFailure(self, test, err):
"""Called when an expected failure/error occured."""
self.expectedFailures.append(