aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-11-29 08:34:02 +0300
committerFrederick Muriuki Muriithi2022-11-29 08:34:02 +0300
commit972d1df54a866e2e48372fc1ed92c56fbe3407cd (patch)
treeba892a9ada1dbeff10bf4a322971232c4e43aa23 /test
parentaa671932cd48410269868a80424484c13058a57e (diff)
downloadgenenetwork2-972d1df54a866e2e48372fc1ed92c56fbe3407cd.tar.gz
mechanical-rob: Activate correctness checks
* test/requests/test-website.py: allow the correlation correctness tests to run on CI.
Diffstat (limited to 'test')
-rwxr-xr-xtest/requests/test-website.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requests/test-website.py b/test/requests/test-website.py
index 35a69c6c..7eb1678f 100755
--- a/test/requests/test-website.py
+++ b/test/requests/test-website.py
@@ -43,7 +43,7 @@ def run_all(args_obj, parser):
check_packaged_js_files(args_obj, parser)
check_mapping(args_obj, parser)
check_correlations(args_obj, parser)
- # check_correlations_correctness(args_obj, parser) # activate once all correlations are verified
+ check_correlations_correctness(args_obj, parser) # activate once all correlations are verified
# TODO: Add other functions as they are created.