MCPcopy Create free account
hub / github.com/python/cpython / addSkip

Method addSkip

Lib/test/libregrtest/testresult.py:121–123  ·  view source on GitHub ↗
(self, test, reason)

Source from the content-addressed store, hash-verified

119 self.stop()
120
121 def addSkip(self, test, reason):
122 self._add_result(test, skipped=reason)
123 super().addSkip(test, reason)
124
125 def addSuccess(self, test):
126 self._add_result(test)

Callers

nothing calls this directly

Calls 2

_add_resultMethod · 0.95
superClass · 0.85

Tested by

no test coverage detected