Skip to content

Commit

Permalink
remove testing config
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed May 17, 2024
1 parent 3cb569b commit 485e5a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
def app() -> Flask:
app = create_app()

app.config["TESTING"] = True

with app.app_context():
db.create_all()
yield app
Expand Down

1 comment on commit 485e5a4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
40 0 💤 0 ❌ 0 🔥 14.576s ⏱️

Please sign in to comment.