MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 12

runtest_refleakFunction · 0.70
regrtest_runnerFunction · 0.70
__idents_matchingMethod · 0.50
wrapperMethod · 0.50
test_wrapperMethod · 0.50
__eq__Method · 0.50
test_need_for_rlockMethod · 0.50
test_for_loopMethod · 0.50
clientRunMethod · 0.50
wrapperFunction · 0.50

Calls 1

run_unittestFunction · 0.85

Tested by

no test coverage detected