added 3 login tests

This commit is contained in:
2025-06-30 14:02:22 +02:00
parent a50d1946ce
commit 1009ebfc1e
7 changed files with 127 additions and 8 deletions

View File

@@ -10,6 +10,9 @@ itsdangerous = "==1.1.0"
jinja2 = "==2.11.2"
markupsafe = "==1.1.1"
werkzeug = "==1.0.1"
pytest = "*"
pytest-flask = "*"
bs4 = "*"
[dev-packages]