diff options
author | Frederick Muriuki Muriithi | 2022-11-29 08:34:02 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-11-29 08:34:02 +0300 |
commit | 972d1df54a866e2e48372fc1ed92c56fbe3407cd (patch) | |
tree | ba892a9ada1dbeff10bf4a322971232c4e43aa23 | |
parent | aa671932cd48410269868a80424484c13058a57e (diff) | |
download | genenetwork2-972d1df54a866e2e48372fc1ed92c56fbe3407cd.tar.gz |
mechanical-rob: Activate correctness checks
* test/requests/test-website.py: allow the correlation correctness
tests to run on CI.
-rwxr-xr-x | test/requests/test-website.py | 2 |
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. |