Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
def
getRunner():
24
return
unittest.TextTestRunner(resultclass=resultFactory,
25
stream=io.StringIO())
26
27
28
class
CustomError(Exception):
Callers
2
runTests
Function · 0.85
test_run_empty_suite_error_message
Method · 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…