You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the main_test.py file.
By running make test you can see where we aren't yet at 100%:
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.
The text was updated successfully, but these errors were encountered: