Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove test coverage from 91% to 100% #141
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Test coverage is always important, and my goal is to eventually be at 100%. I'll be sure to do this for PRs from now on, or at least try to, but there is some existing code that is not yet covered.
The good thing is that all files have existing tests, tests for
__main__.py
for example can be found in themain_test.py
file.By running
make test
you can see where we aren't yet at 100%:If you would like help with writing tests for any of these files let me know.