Home | History | Annotate | Download | only in unittest

Lines Matching refs:addSkip

289         addSkip = getattr(result, 'addSkip', None)
290 if addSkip is not None:
291 addSkip(self, reason)
293 warnings.warn("TestResult has no addSkip method, skips not reported",