tests.blueprints.test_auth

Description

Module for testing auth blueprint.

Functions

test_request_reset_password(client)

test_reset_password(client)

test_user_login(client)

test_user_logout(client, auth_header)

test_validate_reset_password(client, app)

tests.blueprints.test_auth.test_request_reset_password(client: tests.custom_flask_client.CustomFlaskClient)
tests.blueprints.test_auth.test_reset_password(client: tests.custom_flask_client.CustomFlaskClient)
tests.blueprints.test_auth.test_user_login(client: tests.custom_flask_client.CustomFlaskClient)
tests.blueprints.test_auth.test_user_logout(client: tests.custom_flask_client.CustomFlaskClient, auth_header: any)
tests.blueprints.test_auth.test_validate_reset_password(client: tests.custom_flask_client.CustomFlaskClient, app: flask.app.Flask)