Skip to main content

Module auth_tests

Module auth_tests 

Source

Functionsยง

test_delete_wrong_password
Test delete with wrong password
test_get_user_data_wrong_password
Test get user data with wrong password
test_login_empty_username
Test login with empty username
test_login_nonexistent_user
Test login with nonexistent user
test_login_wrong_password
Test login with wrong password
test_logout_invalid_token
Test logout with invalid refresh token
test_refresh_empty_token
Test refresh token with empty token
test_refresh_invalid_token
Test refresh token with invalid token format
test_signup_duplicate_username
Test signup with duplicate username
test_signup_empty_password
Test signup with empty password
test_signup_invalid_email
Test signup with invalid email format
test_signup_long_password
Test signup with very long password (1000+ characters)
test_signup_long_username
Test signup with very long username (256+ characters)
test_signup_short_password
Test signup with very short password (1 character)
test_signup_short_username
Test signup with very short username (1 character)
test_update_profile_empty_username