Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand test coverage #23

Open
mstechly opened this issue May 3, 2024 · 0 comments
Open

Expand test coverage #23

mstechly opened this issue May 3, 2024 · 0 comments

Comments

@mstechly
Copy link
Contributor

mstechly commented May 3, 2024

There are several places in the code that are not covered by unit tests. They are mostly related to some corner cases that we anticipated will happen, but apparently never encountered in the wild. We should examine each line missing from the coverage and either add appropriate test for it, or mark it with # pragma: no cover and add a comment explaining why given line is not covered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant