Added sqlalchemy-utils and put methods in to

create and delete the test_notifications_api db
before and after the tests run.
This commit is contained in:
Anastasia Gradova
2024-04-10 19:57:53 -06:00
parent feaa4e0592
commit 0bb80c9d22
3 changed files with 39 additions and 6 deletions

View File

@@ -52,6 +52,7 @@ sqlalchemy = "==1.4.40"
werkzeug = "^3.0.2"
faker = "^24.4.0"
setuptools = "^69.2.0"
sqlalchemy-utils = "^0.41.2"
[tool.poetry.group.dev.dependencies]