Home | History | Annotate | Download | only in unittest

Lines Matching refs:addUnexpectedSuccess

345                     addUnexpectedSuccess = getattr(result, 'addUnexpectedSuccess', None)
346 if addUnexpectedSuccess is not None:
347 addUnexpectedSuccess(self)
349 warnings.warn("TestResult has no addUnexpectedSuccess method, reporting as failures",