Age | Commit message (Expand) | Author |
2022-09-19 | Fix broken test•••Because the input element was changed to a button element there was no
longer a "value" attribute. I'm not sure what this assert is for,
though; I changed it to just check for "Search" in the inner text, which
makes it pass.
| zsloan |
2022-08-12 | Update to newer lxml API | Frederick Muriuki Muriithi |
2020-09-26 | Merge branch 'testing' into build/python3-migration | BonfaceKilz |
2020-09-22 | Update 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-17 | Update 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-08-26 | Remove "from __future__ import new_feature" statements•••See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
| BonfaceKilz |
2020-07-16 | Check for specific text in response and then assert a 200 code•••"/show_trait?trait_id=1435395_s_at&dataset=HC_M2_0606_P" is missing in the
response code. At one point the html structure changed.
| BonfaceKilz |
2018-03-26 | Move import to the top of the page.•••* Mainly to tell the dependencies easily.
| Muriithi Frederick Muriuki |
2018-03-26 | Add tests for main web functionality | Muriithi Frederick Muriuki |