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

Method addFailure

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

Source from the content-addressed store, hash-verified

165 self.callback.notifyTestErrored(test, err)
166
167 def addFailure(self, test, err):
168 unittest.TestResult.addFailure(self, test, err)
169 self.callback.notifyTestFailed(test, err)
170
171 def addSkip(self, test, reason):
172 super(GUITestResult,self).addSkip(test, reason)

Callers

nothing calls this directly

Calls 1

notifyTestFailedMethod · 0.45

Tested by

no test coverage detected