aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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 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 ↵Alexander Kabui
cytocape.min.js,cytoscape-panzoom.js,cytoscape.js-panzoom.css,cytoscape-qtip.js to mechanical rob
2020-09-26Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-09-22Update Mechanical RobBonfaceKilz
* test/requests/main_web_functionality.py (check_search_page): Breaking change introduced by updating text in search page. See: 9f76abc95
2020-09-17Update Mechanical RobBonfaceKilz
* 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.
2020-09-17Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-09-04Fix false positive testsBonfaceKilz
* 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.
2020-09-01Add check for "md5.min.js" libraryBonfaceKilz
* test/requests/link_checker.py: Add it.
2020-09-01Check availability of several js and css filesBonfaceKilz
* 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
2020-08-31Add check for "d3-tip.js" js libraryBonfaceKilz
* test/requests/link_checker.py (check_packaged_js_files): Add it.
2020-08-31Add check for "chroma.js" dataTables extension pluginBonfaceKilz
* test/requests/link_checker.py (check_packaged_js_files): Add it.
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
2020-08-26Merge branch 'testing' into build/python3-migrationBonfaceKilz
2020-08-26Add check for "scientific.js" dataTables extension pluginBonfaceKilz
* test/requests/link_checker.py (check_packaged_file): Add it.
2020-08-24Add check for "natural.js" in Mechanical RobBonfaceKilz
* test/requests/link_checker.py (check_packaged_file): Add it.
2020-08-20Check the availability of datatables extension files from guixBonfaceKilz
* test/requests/link_checker.py (check_packaged_js_files): Add it. * test/requests/test-website.py: Use above method.
2020-08-19Wrap `filter()` usage in a `list` callBonfaceKilz
Run `2to3-3.8 -f filter -w .` See <https://docs.python.org/2/library/2to3.html#2to3fixer-filter>
2020-08-19Wrap `map()` in a `list` callBonfaceKilz
Run `2to3-3.8 -f map -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-map>
2020-07-26Delete tests/unittests folderBonfaceKilz
* tests/unittests: Delete it. All unittests were moved to wqflask/tests in 3d6483e8
2020-07-25Update import statement in test_general_object.pyBonfaceKilz
* test/unittest/base/test_general_object.py: replace the import statement to use the module path instead of the path referenced from PYTHONPATH
2020-07-24Add basic unittestsBonfaceKilz
2020-07-24Move tests to moduleBonfaceKilz
* test/unittest/: Move to wqflask/tests/
2020-07-24Make test file a moduleBonfaceKilz
* test/__init__.py: Add it. Makes the test folder discoverable by unittest
2020-07-24Add basic unittestsBonfaceKilz