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

Method notifyTestSkipped

Tools/unittestgui/unittestgui.py:396–398  ·  view source on GitHub ↗
(self, test, reason)

Source from the content-addressed store, hash-verified

394 self.errorInfo.append((test,err))
395
396 def notifyTestSkipped(self, test, reason):
397 super(TkTestRunner, self).notifyTestSkipped(test, reason)
398 self.skipCountVar.set(1 + self.skipCountVar.get())
399
400 def notifyTestFailedExpectedly(self, test, err):
401 super(TkTestRunner, self).notifyTestFailedExpectedly(test, err)

Callers 1

addSkipMethod · 0.45

Calls 3

superClass · 0.85
setMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected