aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/tests/main_test.py
AgeCommit message (Collapse)AuthorFilesLines
2021-06-10fix basic deprecation warningsGlandos1-1/+1
2021-06-07Fix test for generate_hash_password (#766)Glandos1-1/+2
Use the function that check password instead of just checking the output length. This length can be variable and will change with Werkzeug 2
2021-06-06remove usage of Flask-ScriptGlandos1-17/+11
Use flask.cli instead with compatibility layer for existing commands, such as "runserver".
2021-01-05Simplify tests (#685)Miguel Victoria Villaquiran1-0/+265
Fix #501