test_integrationΒΆ
Integration tests for users app.
AttributesΒΆ
ClassesΒΆ
Integration tests for login functionality. |
Module ContentsΒΆ
- class test_integration.LoginIntegrationTest(methodName='runTest')[source]ΒΆ
Bases:
django.test.TestCaseIntegration tests for login functionality.
- test_login_redirects_when_wizard_incomplete(mock_get_state)[source]ΒΆ
Test login redirects to wizard when setup not complete.
- Return type:
None
- test_login_works_when_wizard_complete(mock_get_state)[source]ΒΆ
Test login works normally when wizard is complete.
- Return type:
None
- test_login_required_redirect()[source]ΒΆ
Test that protected pages redirect to login.
- Return type:
None