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

Function getRunner

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

Source from the content-addressed store, hash-verified

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

Callers 2

runTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…