![]() |
Terarea
2
The automation project
|
Go to the source code of this file.
Namespaces | |
namespace | test_password_handling |
Functions | |
None | test_password_handling.test_correct_password () |
None | test_password_handling.test_wrong_password () |
Variables | |
str | test_password_handling.DUMMY_PASSWORD = "some_password" |
str | test_password_handling.WRONG_PASSWORD = "some_other_password" |
test_password_handling.PHI = PasswordHandling() | |
test_password_handling.HASHED_PASSWORD = PHI.hash_password(DUMMY_PASSWORD) | |