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

Method addSuccess

Lib/test/libregrtest/testresult.py:125–127  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

123 super().addSkip(test, reason)
124
125 def addSuccess(self, test):
126 self._add_result(test)
127 super().addSuccess(test)
128
129 def addUnexpectedSuccess(self, test):
130 self._add_result(test, outcome='UNEXPECTED_SUCCESS')

Callers 1

runMethod · 0.45

Calls 2

_add_resultMethod · 0.95
superClass · 0.85

Tested by

no test coverage detected