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

Method getRunner

Lib/test/test_unittest/test_setups.py:13–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11class TestSetups(unittest.TestCase):
12
13 def getRunner(self):
14 return unittest.TextTestRunner(resultclass=resultFactory,
15 stream=io.StringIO())
16 def runTests(self, *cases):
17 suite = unittest.TestSuite()
18 for case in cases:

Calls

no outgoing calls

Tested by

no test coverage detected