Home | History | Annotate | Download | only in unittest

Lines Matching refs:addUnexpectedSuccess

341                     addUnexpectedSuccess = getattr(result, 'addUnexpectedSuccess', None)

342 if addUnexpectedSuccess is not None:
343 addUnexpectedSuccess(self)
345 warnings.warn("TestResult has no addUnexpectedSuccess method, reporting as failures",