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

Method notifyTestFailedExpectedly

Tools/unittestgui/unittestgui.py:400–402  ·  view source on GitHub ↗
(self, test, err)

Source from the content-addressed store, hash-verified

398 self.skipCountVar.set(1 + self.skipCountVar.get())
399
400 def notifyTestFailedExpectedly(self, test, err):
401 super(TkTestRunner, self).notifyTestFailedExpectedly(test, err)
402 self.expectFailCountVar.set(1 + self.expectFailCountVar.get())
403
404
405 def notifyTestFinished(self, test):

Callers 1

addExpectedFailureMethod · 0.45

Calls 3

superClass · 0.85
setMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected