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

Method addSuccess

Lib/unittest/result.py:143–145  ·  view source on GitHub ↗

Called when a test has completed successfully

(self, test)

Source from the content-addressed store, hash-verified

141 self._mirrorOutput = True
142
143 def addSuccess(self, test):
144 "Called when a test has completed successfully"
145 pass
146
147 def addSkip(self, test, reason):
148 """Called when a test is skipped."""

Callers 5

test_addSuccessMethod · 0.95
_addSkipFunction · 0.45
_addExpectedFailureMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_addSuccessMethod · 0.76