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

Method notifyTestStarted

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

Source from the content-addressed store, hash-verified

380 self.statusVar.set("Idle")
381
382 def notifyTestStarted(self, test):
383 self.statusVar.set(str(test))
384 self.top.update_idletasks()
385
386 def notifyTestFailed(self, test, err):
387 self.failCountVar.set(1 + self.failCountVar.get())

Callers 1

startTestMethod · 0.45

Calls 3

strFunction · 0.85
update_idletasksMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected