Home | History | Annotate | Download | only in unittest

Lines Matching full:testresult

253         return result.TestResult()
293 warnings.warn("TestResult has no addSkip method, skips not reported",
341 warnings.warn("TestResult has no addExpectedFailure method, reporting as passes",
349 warnings.warn("TestResult has no addUnexpectedSuccess method, reporting as failures",
398 """Run the test without collecting errors in a TestResult"""