diff options
author | Frederick Muriuki Muriithi | 2024-01-04 10:45:35 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-01-04 10:45:35 +0300 |
commit | 9963d0c3318caa931061d4e9b8c9f129f8860cce (patch) | |
tree | 7fc4f75364738878e5558088c859b0cd24edd7bf | |
parent | 66779aba032b6dd3f44c990601667f1e9edb2e14 (diff) | |
download | gn-uploader-9963d0c3318caa931061d4e9b8c9f129f8860cce.tar.gz |
Rename test module
While 'covar' files can contain cross information, they do not have
to, and therefore, we need to test for cross information separately.
-rw-r--r-- | tests/r_qtl/test_r_qtl2_covar.py (renamed from tests/r_qtl/test_r_qtl2_cross_information.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/r_qtl/test_r_qtl2_cross_information.py b/tests/r_qtl/test_r_qtl2_covar.py index f004fd3..c18ee74 100644 --- a/tests/r_qtl/test_r_qtl2_cross_information.py +++ b/tests/r_qtl/test_r_qtl2_covar.py @@ -1,4 +1,4 @@ -"""Test parsing of cross-information files.""" +"""Test parsing of 'covar' files.""" from pathlib import Path import pytest |