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

Method run

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

Source from the content-addressed store, hash-verified

145 self.result.buffer = buffer
146
147 def run(self, test):
148 test(self.result)
149 return self.result
150
151def get_test_runner_class(verbosity, buffer=False):
152 if verbosity:

Callers 1

testresult.pyFile · 0.45

Calls 1

testFunction · 0.50

Tested by

no test coverage detected