User test functions | Doc |
|---|---|
| model_test.py/test_user_create | test if a user can be created correctly |
| model_test.py/create_user | helper function to create a user |
| model_test.py/test_generate_password_hash | test if a password hash can be generate correctly |
| model_test.py/test_check_password_hash | test if the password checking working properly |