Skip to content

Commit 3bef4cb

Browse files
author
Cobalt
authored
fix tests
The tests were not properly starting the quart app. This was an issue for at least #10 when writing tests.
1 parent d86eabf commit 3bef4cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_gino_quart.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ async def _app(config):
3333
)
3434

3535
db = Gino(app)
36+
await app.startup()
3637

3738
class User(db.Model):
3839
__tablename__ = "gino_users"

0 commit comments

Comments
 (0)