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

Method addSkip

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

Source from the content-addressed store, hash-verified

169 self.callback.notifyTestFailed(test, err)
170
171 def addSkip(self, test, reason):
172 super(GUITestResult,self).addSkip(test, reason)
173 self.callback.notifyTestSkipped(test, reason)
174
175 def addExpectedFailure(self, test, err):
176 super(GUITestResult,self).addExpectedFailure(test, err)

Callers

nothing calls this directly

Calls 2

superClass · 0.85
notifyTestSkippedMethod · 0.45

Tested by

no test coverage detected