aboutsummaryrefslogtreecommitdiff
path: root/tests/r_qtl/test_r_qtl2_nonexistent_file.py
AgeCommit message (Collapse)Author
2024-01-09Raise exception on reading non-existing fileFrederick Muriuki Muriithi
The validation checks ensure that whatever files are listed in the control file exist in the zip file bundle. It is still possible, however, that the code tries to read a file that does not exist in the file and is not listed in the control file. In those cases, raise the appropriate exception.