continue tests

This commit is contained in:
2023-06-12 23:57:49 +02:00
parent ae80d8b87f
commit b3afd580e0
12 changed files with 252 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
from beflask.models import Benchmark, db, User
from beflask import app
app = app.create_app()
_, app = app.create_app()
with app.app_context():
db.drop_all()