(exc: UnityCLIError, expected: ExitCode)
| 46 | ], |
| 47 | ) |
| 48 | def test_exit_code_for(exc: UnityCLIError, expected: ExitCode) -> None: |
| 49 | assert exit_code_for(exc) == expected |
| 50 | |
| 51 | |
| 52 | def test_exit_codes_are_ints() -> None: |
nothing calls this directly
no test coverage detected