Home
last modified time | relevance | path

Searched refs:stopTestRun (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/unittest/test/
H A Dsupport.py57 def stopTestRun(self): member in _BaseLoggingResult
58 self._events.append('stopTestRun')
59 super().stopTestRun()
111 """An object honouring TestResult before startTestRun/stopTestRun."""
H A Dtest_result.py136 result.stopTestRun()
395 result.stopTestRun()
/third_party/python/Lib/unittest/
H A Drunner.py219 stopTestRun = getattr(result, 'stopTestRun', None)
220 if stopTestRun is not None:
221 stopTestRun()
H A Dcase.py593 stopTestRun = getattr(result, 'stopTestRun', None)
597 stopTestRun = None
649 if stopTestRun is not None:
650 stopTestRun()
H A Dresult.py104 def stopTestRun(self): member in TestResult

Completed in 6 milliseconds