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

Method stopTestRun

Lib/unittest/result.py:105–109  ·  view source on GitHub ↗

Called once after all tests are executed. See stopTest for a method called after each test.

(self)

Source from the content-addressed store, hash-verified

103 self._stderr_buffer.truncate()
104
105 def stopTestRun(self):
106 """Called once after all tests are executed.
107
108 See stopTest for a method called after each test.
109 """
110
111 @failfast
112 def addError(self, test, err):

Callers 2

test_addError_localsMethod · 0.95

Calls

no outgoing calls

Tested by 2

test_addError_localsMethod · 0.76