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
Provide comprehensive unit tests for every function in the code by formalizing the generation of synthetic inputs and checking against expectation.
The unit tests must cover every single line of code.
Use pytest to write and run the unit tests, and use the pytest-cov extension to track the test coverage.
Add the unit test execution and coverage calculation to the CI pipeline.
The text was updated successfully, but these errors were encountered:
deliaBlue
changed the title
create unit test for the script oligomapOutputToSam_nhfiltered.py
create unit test for oligomapOutputToSam_nhfiltered.pyApr 12, 2023
deliaBlue
changed the title
create unit test for oligomapOutputToSam_nhfiltered.py
refactor: refactor and create unit test for oligomapOutputToSam_nhfiltered.pyOct 6, 2023
Provide comprehensive unit tests for every function in the code by formalizing the generation of synthetic inputs and checking against expectation.
The unit tests must cover every single line of code.
Use
pytest
to write and run the unit tests, and use thepytest-cov
extension to track the test coverage.Add the unit test execution and coverage calculation to the CI pipeline.
The text was updated successfully, but these errors were encountered: