Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ run
Method
run
Lib/test/test_unittest/test_program.py:242–244 ·
view source on GitHub ↗
(self, test)
Source
from the content-addressed store, hash-verified
240
raise
TypeError
241
242
def
run(self, test):
243
FakeRunner.test = test
244
return
RESULT
245
246
247
@support.requires_subprocess()
Callers
15
test_run_call_order__error_in_setUp
Method · 0.45
test_run_call_order__error_in_test
Method · 0.45
test_run_call_order__failure_in_test
Method · 0.45
test_run_call_order__error_in_tearDown
Method · 0.45
test_discover_with_module_that_raises_SkipTest_on_import
Method · 0.45
test_discover_with_init_module_that_raises_SkipTest_on_import
Method · 0.45
test_assertRaises_frames_survival
Method · 0.45
test_expected_failure_with_wrapped_subclass
Method · 0.45
test_full_cycle
Method · 0.45
test_exception_in_setup
Method · 0.45
test_exception_in_test
Method · 0.45
test_exception_in_tear_down
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected