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

Method startTest

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

Source from the content-addressed store, hash-verified

181 self.callback.notifyTestFinished(test)
182
183 def startTest(self, test):
184 unittest.TestResult.startTest(self, test)
185 self.callback.notifyTestStarted(test)
186
187
188class RollbackImporter:

Callers

nothing calls this directly

Calls 1

notifyTestStartedMethod · 0.45

Tested by

no test coverage detected