aboutsummaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
authorBonfaceKilz2022-02-25 11:37:00 +0300
committerBonfaceKilz2022-03-12 15:33:09 +0300
commit0c1a6fb91b8bf9cf2b68ba54d8905e4c6acfd341 (patch)
treee612932d3e5d35532a7c2b5a12d27a8a01a563a1 /tests/integration
parent5583d16ab678b4420ed4fe9f56f409292e902b29 (diff)
downloadgenenetwork3-0c1a6fb91b8bf9cf2b68ba54d8905e4c6acfd341.tar.gz
Test edges cases for csv files when running csvdiff
* tests/unit/test_csvcmp.py (test_csv_diff): Delete it. (test_csv_diff_same_columns): Test csv_diff against csv texts with the same columns. (test_csv_diff_different_columns): Test csv texts against csv texts with different varying columns.
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/test_partial_correlations.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/test_partial_correlations.py b/tests/integration/test_partial_correlations.py
index d249b42..4bf352a 100644
--- a/tests/integration/test_partial_correlations.py
+++ b/tests/integration/test_partial_correlations.py
@@ -212,6 +212,7 @@ def test_partial_correlation_api_with_non_existent_control_traits(client, post_d
# difficult to test for these without a temp database with the temp
# traits data set to something we are in control of
)
+
def test_part_corr_api_with_mix_of_existing_and_non_existing_control_traits(
db_conn, primary, controls, method, target):
"""