Skip to content

Commit

Permalink
Added support to reset db for test (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute authored Nov 14, 2023
1 parent a271912 commit 8708d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/reset_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
#
from app.db.init_db import reset_app_db
from app.db.session import engine
from app.tests.conftest import test_engine

reset_app_db(engine)
reset_app_db(test_engine)

0 comments on commit 8708d9b

Please sign in to comment.