DASL-Lab / provoc

PROportions of Variants of Concern using counts, coverage, and a variant matrix.
https://dasl-lab.github.io/provoc/
MIT License
0 stars 0 forks source link

Add unit tests #5

Open DBecker7 opened 9 months ago

DBecker7 commented 9 months ago

Some things to test:

JeremyFaria commented 9 months ago

I will add unit tests for each of the requested items to test (it appears parse mutations already has one created). I will use the usethis package to automatically create unit tests for each file by going in the console and going use_test() with the the required files opened. I will then create appropiate unit tests by testing for every casenerio to ensure that the results are resonable/work as expected (depending on the item I am testing). I will update what I am doing for each test as some of the items require vastly different unit tests