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