aboutsummaryrefslogtreecommitdiff
path: root/test/requests/test-website.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/requests/test-website.py')
-rwxr-xr-xtest/requests/test-website.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/requests/test-website.py b/test/requests/test-website.py
index 2bef6eb1..dbf3b822 100755
--- a/test/requests/test-website.py
+++ b/test/requests/test-website.py
@@ -7,6 +7,7 @@ from __future__ import print_function
import argparse
from link_checker import check_links
from mapping_tests import check_mapping
+from navigation_tests import check_navigation
from main_web_functionality import check_main_web_functionality
print("Mechanical Rob firing up...")
@@ -57,9 +58,9 @@ parser.add_argument("-m", "--mapping", dest="accumulate"
, action="store_const", const=check_mapping, default=print_help
, help="Checks for mapping.")
-# parser.add_argument("-n", "--navigation", dest="accumulate"
-# , action="store_const", const=check_navigation, default=print_help
-# , help="Checks for navigation.")
+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