Closed fellen31 closed 1 month ago
I don't think I have enough experience with pytest yet @torbjorgen to fully understand how to best solve this. I don't want to make the codebase worse, but I also know this project is not a priority.
Is moving the common functions to a test_utils.py an okay middle way to reduce code duplication without dealing with pytest fixtures?
Description
Closes #132.
Adds a VCF file with
chr
prefix, and a test to check that models are equal between both files. I don't know that much python/pytest so let me know if the code can be improved.Added
-
Changed
-
Fixed
chrX
and notX
.How to prepare for test
us
paxa
How to test
Expected test outcome
Review
This version is a
Implementation Plan