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

Method run

Lib/test/test_unittest/test_program.py:242–244  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

240 raise TypeError
241
242 def run(self, test):
243 FakeRunner.test = test
244 return RESULT
245
246
247@support.requires_subprocess()

Calls

no outgoing calls

Tested by

no test coverage detected