MCPcopy Index your code
hub / github.com/RustPython/RustPython / getRunner

Function getRunner

Lib/test/test_unittest/test_runner.py:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20
21def getRunner():
22 return unittest.TextTestRunner(resultclass=resultFactory,
23 stream=io.StringIO())
24
25
26class CustomError(Exception):

Callers 2

runTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected