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

Get coverage to 100% #521

Open
pganssle opened this issue Nov 13, 2017 · 0 comments
Open

Get coverage to 100% #521

pganssle opened this issue Nov 13, 2017 · 0 comments

Comments

@pganssle
Copy link
Member

pganssle commented Nov 13, 2017

This is an issue for tracking progress towards 100% test coverage. I believe that, as measured, #520 will be a prerequisite for this.

A lot of the uncovered lines according to Codecov that aren't related to the "no builds on Windows" stuff seem to be error conditions and repr values for various private and/or public classes.

For private class reprs, we can "smoke test" them in test_internals.py, which is where we put tests that aren't intended to document the public interface, but just to exercise the various lines that otherwise would go under a nocover pragma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Codebase Cleanup
Test Improvement
Development

No branches or pull requests

1 participant