Closed mwcraig closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.40%. Comparing base (
7f6ab4c
) to head (2ae556c
). Report is 7 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I think, though I haven't checked, that putting it in test might have required the test imports? Not actually positive about that. I was inspired by a similar thing in ipyautoui...
This ensures that we can get at those constants without having to have test dependencies (e.g. pytest) installed.
Fixes #465