aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBonfaceKilz2020-12-16 15:09:42 +0300
committerGitHub2020-12-16 15:09:42 +0300
commita6ae88d773db27394aa7120ce2c552bff8f9c857 (patch)
tree70c8d7caeb364bbe73ebf830808f1997e4aebab7 /test
parent09e6d353d1808921d4f361d297bf1ef52d2861f3 (diff)
parent218a2aa198cb70761ddd20c94169941f3ea86188 (diff)
downloadgenenetwork2-a6ae88d773db27394aa7120ce2c552bff8f9c857.tar.gz
Merge branch 'testing' into replace-bootstrap
Diffstat (limited to 'test')
-rw-r--r--test/requests/link_checker.py31
1 files changed, 30 insertions, 1 deletions
diff --git a/test/requests/link_checker.py b/test/requests/link_checker.py
index e8a61077..8bee0713 100644
--- a/test/requests/link_checker.py
+++ b/test/requests/link_checker.py
@@ -103,6 +103,7 @@ def check_packaged_js_files(args_obj, parser):
"/js/DataTablesExtensions/colResize/dataTables.colResize.js",
"/js/DataTablesExtensions/colReorder/js/dataTables.colReorder.js",
"/js/DataTablesExtensions/buttons/js/buttons.colVis.min.js",
+ "/js/DataTablesExtensions/scroller/js/scroller.dataTables.min.js",
"/js/DataTables/js/jquery.dataTables.js",
"/css/DataTablesExtensions/scroller/css/scroller.dataTables.min.css",
# Datatables plugins:
@@ -118,7 +119,35 @@ def check_packaged_js_files(args_obj, parser):
"/js/js_alt/md5.min.js",
"/js/bootstrap/js/bootstrap.min.js",
"/css/bootstrap/css/bootstrap.css",
-
+ "/js/jquery-ui/jquery-ui.min.js",
+ "/js/jquery-cookie/jquery.cookie.js",
+ "/js/jquery/jquery.min.js",
+ "/js/typeahead/typeahead.bundle.js",
+ "/js/underscore-string/underscore.string.min.js",
+ "/js/js_alt/jstat.min.js",
+ "/js/js_alt/parsley.min.js",
+ "/js/js_alt/timeago.min.js",
+ "/js/plotly/plotly.min.js",
+ "/js/ckeditor/ckeditor.js",
+ "/js/jszip/jszip.min.js",
+ "/js/jscolor/jscolor.js",
+ "/js/DataTables/js/jquery.js",
+ "/css/DataTables/css/jquery.dataTables.css",
+ "/js/colorbox/jquery.colorbox-min.js",
+ "/css/nouislider/nouislider.min.css",
+ "/js/nouislider/nouislider.js",
+ "/js/purescript-genome-browser/js/purescript-genetics-browser.js",
+ "/js/purescript-genome-browser/css/purescript-genetics-browser.css",
+ "/js/cytoscape/cytoscape.min.js",
+ "/js/cytoscape-panzoom/cytoscape-panzoom.js",
+ "/js/cytoscape-panzoom/cytoscape.js-panzoom.css",
+ "/js/cytoscape-qtip/cytoscape-qtip.js",
+ "/css/d3-tip/d3-tip.css",
+ "/js/zxcvbn-async/zxcvbn-async.min.js",
+ "/js/javascript-twitter-post-fetcher/js/twitterFetcher_min.js",
+ "/js/DataTables/images/sort_asc_disabled.png",
+ "/js/DataTables/images/sort_desc_disabled.png",
+ "/js/shapiro-wilk/shapiro-wilk.js",
]
print("Checking links")