Age | Commit message (Expand) | Author |
2021-05-06 | wqflask: user_manager: Delete usermanager.py and it's references...This module is not used anywhere.
| BonfaceKilz |
2018-03-26 | Remove failing code...* With the parameterized module, the testcase cannot be run
independently at this time.
| Muriithi Frederick Muriuki |
2018-03-26 | Simplify test. Check for content, rather than url...* The test functions were very similar, so this commit refactors out the
common test code to a single method, and passes in the data to the
test using the parameterized package.
* Check that the page content after a login attempt is the expected
content, rather than checking the url.
| Muriithi Frederick Muriuki |
2018-03-26 | Add more login tests. | Muriithi Frederick Muriuki |
2018-03-26 | Add test for local login...* Add an integration test to test that the login process for users
registered locally to genenetwork2 works as expected.
| Muriithi Frederick Muriuki |