MCPcopy Index your code
hub / github.com/python/cpython / stopTest

Method stopTest

Tools/unittestgui/unittestgui.py:179–181  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

177 self.callback.notifyTestFailedExpectedly(test, err)
178
179 def stopTest(self, test):
180 unittest.TestResult.stopTest(self, test)
181 self.callback.notifyTestFinished(test)
182
183 def startTest(self, test):
184 unittest.TestResult.startTest(self, test)

Callers

nothing calls this directly

Calls 1

notifyTestFinishedMethod · 0.45

Tested by

no test coverage detected