Age | Commit message (Collapse) | Author |
|
* 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.
|
|
|
|
* 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.
|
|
* test/requests/link_checker.py: Add it.
|
|
* 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
|
|
* test/requests/link_checker.py (check_packaged_js_files): Add it.
|
|
* test/requests/link_checker.py (check_packaged_js_files): Add it.
|
|
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
|
|
|
|
* test/requests/link_checker.py (check_packaged_file): Add it.
|
|
* test/requests/link_checker.py (check_packaged_file): Add it.
|
|
* test/requests/link_checker.py (check_packaged_js_files): Add it.
* test/requests/test-website.py: Use above method.
|
|
Run `2to3-3.8 -f filter -w .`
See <https://docs.python.org/2/library/2to3.html#2to3fixer-filter>
|
|
Run `2to3-3.8 -f map -w .`
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-map>
|
|
testing
* Fix conflicts
|
|
|
|
|
|
|
|
|
|
* Add the module that will hold the code to test the links on the
system.
|
|
* Add tests for the R/qtl and CIM mapping tools.
* Fix tests for in-page links.
|
|
|
|
* Add the module that will hold the code to test the links on the
system.
|