Merge pull request #32 from WebEngineering2/api_tests

Added unit and functional tests
This commit is contained in:
Florian Kaiser
2022-03-30 11:14:04 +02:00
committed by GitHub
35 changed files with 1697 additions and 238 deletions

View File

@@ -7,4 +7,7 @@ pymysql==1.0.2
pyjwt==2.3.0
apiflask==0.12.0
flask-cors==3.0.10
bcrypt==3.2.0
bcrypt==3.2.0
pytest~=7.1.1
pytest-cov
marshmallow~=3.15.0