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

Method addExpectedFailure

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

Source from the content-addressed store, hash-verified

173 self.callback.notifyTestSkipped(test, reason)
174
175 def addExpectedFailure(self, test, err):
176 super(GUITestResult,self).addExpectedFailure(test, err)
177 self.callback.notifyTestFailedExpectedly(test, err)
178
179 def stopTest(self, test):
180 unittest.TestResult.stopTest(self, test)

Callers

nothing calls this directly

Calls 2

superClass · 0.85

Tested by

no test coverage detected