MCPcopy Index your code
hub / github.com/RustPython/RustPython / TestRunError

Class TestRunError

scripts/update_lib/cmd_auto_mark.py:25–28  ·  view source on GitHub ↗

Raised when test run fails entirely (e.g., import error, crash).

Source from the content-addressed store, hash-verified

23
24
25class TestRunError(Exception):
26 """Raised when test run fails entirely (e.g., import error, crash)."""
27
28 pass
29
30
31@dataclass

Callers 2

auto_mark_fileFunction · 0.85
auto_mark_directoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected