-
Notifications
You must be signed in to change notification settings - Fork 12
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
Improve test coverage #134
Comments
Hi @tomaroberts ! I assigned myself this issue #90 (add tests for init in hazenlib). Since you have this issue, where hazenlib init is included, I was wondering if you were ok with me writing the tests for the init module. |
Discussed tests_snr.py with Laurence. Current tests are integration tests. Will be better to have specific unit tests for each function in snr.py. |
@Lucrezia-Cester – go for it. I'm going to start with tests_snr.py and then move onto others after that. |
Our test coverage is currently at around 71% which could be better. The line numbers in the table below show which lines are currently not run during any of the tests. We should expand our existing tests or (if necessary) write new ones to cover these lines.
This is another good issue to get people familiar with the automatic testing system.
The text was updated successfully, but these errors were encountered: