Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Rerun
Class
Rerun
Lib/test/test_regrtest.py:583–586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
581
582
@dataclasses.dataclass(slots=True)
583
class
Rerun:
584
name: str
585
match: str | None
586
success: bool
587
588
589
class
BaseTestCase(unittest.TestCase):
Callers
12
test_forever
Method · 0.85
test_env_changed
Method · 0.85
test_rerun_fail
Method · 0.85
test_rerun_success
Method · 0.85
test_rerun_setup_class_hook_failure
Method · 0.85
test_rerun_teardown_class_hook_failure
Method · 0.85
test_rerun_setup_module_hook_failure
Method · 0.85
test_rerun_teardown_module_hook_failure
Method · 0.85
test_rerun_setup_hook_failure
Method · 0.85
test_rerun_teardown_hook_failure
Method · 0.85
test_rerun_async_setup_hook_failure
Method · 0.85
test_rerun_async_teardown_hook_failure
Method · 0.85
Calls
no outgoing calls
Tested by
12
test_forever
Method · 0.68
test_env_changed
Method · 0.68
test_rerun_fail
Method · 0.68
test_rerun_success
Method · 0.68
test_rerun_setup_class_hook_failure
Method · 0.68
test_rerun_teardown_class_hook_failure
Method · 0.68
test_rerun_setup_module_hook_failure
Method · 0.68
test_rerun_teardown_module_hook_failure
Method · 0.68
test_rerun_setup_hook_failure
Method · 0.68
test_rerun_teardown_hook_failure
Method · 0.68
test_rerun_async_setup_hook_failure
Method · 0.68
test_rerun_async_teardown_hook_failure
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…