diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/requests/test-website.py | 10 |
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() |