MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / test_exit_code_for

Function test_exit_code_for

tests/test_exit_codes.py:48–49  ·  view source on GitHub ↗
(exc: UnityCLIError, expected: ExitCode)

Source from the content-addressed store, hash-verified

46 ],
47)
48def test_exit_code_for(exc: UnityCLIError, expected: ExitCode) -> None:
49 assert exit_code_for(exc) == expected
50
51
52def test_exit_codes_are_ints() -> None:

Callers

nothing calls this directly

Calls 1

exit_code_forFunction · 0.90

Tested by

no test coverage detected