Home | History | Annotate | Download | only in unittest2

Lines Matching full:testresult

28     Usually you can use TestResult.skip() or one of the skipping decorators
280 return result.TestResult()
320 warnings.warn("Use of a TestResult without an addSkip method is deprecated",
365 warnings.warn("Use of a TestResult without an addExpectedFailure method is deprecated",
373 warnings.warn("Use of a TestResult without an addUnexpectedSuccess method is deprecated",
418 """Run the test without collecting errors in a TestResult"""