aboutsummaryrefslogtreecommitdiff
path: root/test/requests
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-09-12 06:11:29 +0300
committerFrederick Muriuki Muriithi2022-09-12 06:11:29 +0300
commit2f3c69472314dd0622eb1253d7e64476f5d74df4 (patch)
treefd762aee18fa0fdb6c63facc6070846402ddf189 /test/requests
parent48655470c81c226a86829f8015beb81a8bd02850 (diff)
downloadgenenetwork2-2f3c69472314dd0622eb1253d7e64476f5d74df4.tar.gz
Enable running correlation tests alone.
Diffstat (limited to 'test/requests')
-rwxr-xr-xtest/requests/test-website.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/requests/test-website.py b/test/requests/test-website.py
index c0b36182..06d5b5ca 100755
--- a/test/requests/test-website.py
+++ b/test/requests/test-website.py
@@ -125,6 +125,16 @@ parser.add_argument(
help="Checks for mapping.",
)
+parser.add_argument(
+ "-c",
+ "--correlations",
+ dest="accumulate",
+ action="store_const",
+ const=check_correlations,
+ default=print_help,
+ help="Checks that correlations run correctly.",
+)
+
args = parser.parse_args()