sample-flask-best-practices
sample-flask-best-practices copied to clipboard
Unitary Tests
Hello @raviwrk-official
Please add a minimal test suite for the existing features:
- register ok
- login ok
- registration with existing email
- registration using a week password
- login using an unexisting user
- login using the wrong password.
All test data should be deleted at the end of the test suite.
P.S. The tests section should be also mentioned on the README.
Ty!
hello @raviwrk-official any progress? ty