aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-01-04 10:45:35 +0300
committerFrederick Muriuki Muriithi2024-01-04 10:45:35 +0300
commit9963d0c3318caa931061d4e9b8c9f129f8860cce (patch)
tree7fc4f75364738878e5558088c859b0cd24edd7bf /tests
parent66779aba032b6dd3f44c990601667f1e9edb2e14 (diff)
downloadgn-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.
Diffstat (limited to 'tests')
-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