aboutsummaryrefslogtreecommitdiff
path: root/test/requests/test_login_local.py
AgeCommit message (Collapse)Author
2021-10-28Remove tests that refer to deleted "ParametrizedTest"BonfaceKilz
"ParametrizedTest" references ElasticSearch.
2021-05-06wqflask: user_manager: Delete usermanager.py and it's referencesBonfaceKilz
This module is not used anywhere.
2018-03-26Remove failing codeMuriithi Frederick Muriuki
* With the parameterized module, the testcase cannot be run independently at this time.
2018-03-26Simplify test. Check for content, rather than urlMuriithi Frederick Muriuki
* 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.
2018-03-26Add more login tests.Muriithi Frederick Muriuki
2018-03-26Add test for local loginMuriithi Frederick Muriuki
* Add an integration test to test that the login process for users registered locally to genenetwork2 works as expected.