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