diff options
author | BonfaceKilz | 2020-07-14 14:22:14 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-07-14 14:22:14 +0300 |
commit | 0872f8c462ba632eafa05dcb6b56edff8368f6ea (patch) | |
tree | f7879bec2cc990bd120cb0a9f8249621f6305ae9 /test/requests/test-website.py | |
parent | 0e1de8204955f7669cdd01b99bec0b08975a15f5 (diff) | |
download | genenetwork2-0872f8c462ba632eafa05dcb6b56edff8368f6ea.tar.gz |
Remove stale comments
Diffstat (limited to 'test/requests/test-website.py')
-rwxr-xr-x | test/requests/test-website.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/test/requests/test-website.py b/test/requests/test-website.py index b2e09bc4..74057e7f 100755 --- a/test/requests/test-website.py +++ b/test/requests/test-website.py @@ -104,16 +104,7 @@ parser.add_argument("-i", "--integration-tests", dest="accumulate" , action="store_const", const=integration_tests, default=print_help , help="Runs integration tests.") -# Navigation tests deactivated since system relies on Javascript -# parser.add_argument("-n", "--navigation", dest="accumulate" -# , action="store_const", const=check_navigation, default=print_help -# , help="Checks for navigation.") - -# parser.add_argument("-s", "--skip-broken", dest="accumulate" -# , action="store_const", const=dummy, default=print_help -# , help="Skip tests that are known to be broken.") - args = parser.parse_args() -# print("The arguments object: ", args) + args.accumulate(args, parser) |