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

Function test_func

Lib/test/libregrtest/single.py:161–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 raise Exception(f"Module {test_name} defines test_main() which "
160 f"is no longer supported by regrtest")
161 def test_func():
162 return run_unittest(test_mod, runtests)
163
164 try:
165 regrtest_runner(result, test_func, runtests)

Callers 2

runtest_refleakFunction · 0.70
regrtest_runnerFunction · 0.70

Calls 1

run_unittestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…