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

Method startTestRun

Lib/unittest/result.py:73–77  ·  view source on GitHub ↗

Called once before any tests are executed. See startTest for a method called before each test.

(self)

Source from the content-addressed store, hash-verified

71 sys.stderr = self._stderr_buffer
72
73 def startTestRun(self):
74 """Called once before any tests are executed.
75
76 See startTest for a method called before each test.
77 """
78
79 def stopTest(self, test):
80 """Called when the given test has been run"""

Callers 2

test_addError_localsMethod · 0.95

Calls

no outgoing calls

Tested by 2

test_addError_localsMethod · 0.76