Home
last modified time | relevance | path

Searched refs:stopTestRun (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/unittest/test/
Dsupport.py57 def stopTestRun(self): member in _BaseLoggingResult
59 super().stopTestRun()
Dtest_result.py109 result.stopTestRun()
257 result.stopTestRun()
/third_party/python/Lib/unittest/
Drunner.py178 stopTestRun = getattr(result, 'stopTestRun', None)
179 if stopTestRun is not None:
180 stopTestRun()
Dresult.py104 def stopTestRun(self): member in TestResult
Dcase.py614 stopTestRun = getattr(result, 'stopTestRun', None)
615 if stopTestRun is not None:
616 stopTestRun()
/third_party/grpc/src/python/grpcio_tests/tests/
D_runner.py171 result.stopTestRun()
229 result.stopTestRun()
D_result.py281 def stopTestRun(self): member in TerminalResult
283 super(TerminalResult, self).stopTestRun()
/third_party/python/Doc/library/
Dunittest.rst2029 .. method:: stopTestRun()
/third_party/python/Doc/whatsnew/
D2.7.rst1994 :meth:`~unittest.TestResult.stopTestRun` methods that are called immediately before