aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-12-09Merge pull request #523 from Alexanderlacuna/replace-images...Replace imagesBonfaceKilz
2020-12-09merge testingAlexander Kabui
2020-12-09Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into re...Alexander Kabui
2020-12-09Merge branch 'testing' into replace-jsalt-libsBonfaceKilz
2020-12-09Merge branch 'testing' into replace-plotlyBonfaceKilz
2020-12-09Merge branch 'testing' into replace-ckeditorBonfaceKilz
2020-12-09Merge branch 'testing' into replace-jszipBonfaceKilz
2020-12-09Merge branch 'testing' into replace-jscolorBonfaceKilz
2020-12-09Merge branch 'testing' into replace-datatableBonfaceKilz
2020-12-09Merge branch 'testing' into replace-colorboxBonfaceKilz
2020-12-08Merge branch 'testing' into replace-nouisliderBonfaceKilz
2020-12-08resolve conflictAlexander Kabui
2020-12-08Merge branch 'testing' into replace-purescript-genome-browserBonfaceKilz
2020-12-08Merge branch 'testing' into replace-cytoscapeBonfaceKilz
2020-12-08add d3-tip.css to mechanical robAlexander Kabui
2020-12-08add jszip to mechanical robAlexander Kabui
2020-12-08add jsalt/timeago.min.js to mechanical robAlexander Kabui
2020-12-08add js-alt/parsley.min.js to mechanical robAlexander Kabui
2020-12-08add jsalt/jstat.min.js to mechanical robAlexander Kabui
2020-12-08add jquery.colorbox-min.js to mechanical robAlexander Kabui
2020-12-08add jquery.datatables css to mechanical robAlexander Kabui
2020-12-08add datatablejquery to mechanical robAlexander Kabui
2020-12-08scroller.dataTables.min.js to mechanical robAlexander Kabui
2020-12-08add jscolor to mechanical robAlexander Kabui
2020-12-08add datatable images to mechanical robAlexander Kabui
2020-12-08add plotly.min.js to mechanical robAlexander Kabui
2020-12-08add nouislider.js to mechanical-robAlexander Kabui
2020-12-08add nouislider.min.css to mechanical-robAlexander Kabui
2020-12-08add purescript-genetics-browser.cssAlexander Kabui
2020-12-08add purescript-genetics-browser.js to mechanical robAlexander Kabui
2020-12-08add ckeditor to mechanical robAlexander Kabui
2020-12-07add cytocape.min.js,cytoscape-panzoom.js,cytoscape.js-panzoom.css,cytoscape-q...Alexander Kabui
2020-09-26Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-09-22Update Mechanical Rob...* test/requests/main_web_functionality.py (check_search_page): Breaking change introduced by updating text in search page. See: 9f76abc95 BonfaceKilz
2020-09-17Update Mechanical Rob...* test/requests/link_checker.py (verify_static_file): Cast result.content.find's args to bytes. * test/requests/main_web_functionality.py (check_search_page): Update text to search for in a successful result. This value changed in 2aac6a06. BonfaceKilz
2020-09-17Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-09-04Fix false positive tests...* test/requests/link_checker.py: (verify_static_file): Add it. Verify that a static link is fetched by checking for the message "Error: 404 not Found" in page. (check_package_js_files): Add appropriate 'js' or 'css' prefix. BonfaceKilz
2020-09-01Add check for "md5.min.js" library...* test/requests/link_checker.py: Add it. BonfaceKilz
2020-09-01Check availability of several js and css files...* test/requests/link_checker.py: Check availability of: chroma.min.js; d3-tip.js; d3.min.js; underscore.min.js; nv.d3.min.css; and jquery.qtip.min.js BonfaceKilz
2020-08-31Add check for "d3-tip.js" js library...* test/requests/link_checker.py (check_packaged_js_files): Add it. BonfaceKilz
2020-08-31Add check for "chroma.js" dataTables extension plugin...* test/requests/link_checker.py (check_packaged_js_files): Add it. BonfaceKilz
2020-08-26Remove "from __future__ import new_feature" statements...See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future> BonfaceKilz
2020-08-26Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-08-26Add check for "scientific.js" dataTables extension plugin...* test/requests/link_checker.py (check_packaged_file): Add it. BonfaceKilz
2020-08-24Add check for "natural.js" in Mechanical Rob...* test/requests/link_checker.py (check_packaged_file): Add it. BonfaceKilz
2020-08-20Check the availability of datatables extension files from guix...* test/requests/link_checker.py (check_packaged_js_files): Add it. * test/requests/test-website.py: Use above method. BonfaceKilz
2020-08-19Wrap `filter()` usage in a `list` call...Run `2to3-3.8 -f filter -w .` See <https://docs.python.org/2/library/2to3.html#2to3fixer-filter> BonfaceKilz
2020-08-19Wrap `map()` in a `list` call...Run `2to3-3.8 -f map -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-map> BonfaceKilz
2020-07-26Delete tests/unittests folder...* tests/unittests: Delete it. All unittests were moved to wqflask/tests in 3d6483e8 BonfaceKilz
2020-07-25Update import statement in test_general_object.py...* test/unittest/base/test_general_object.py: replace the import statement to use the module path instead of the path referenced from PYTHONPATH BonfaceKilz