You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use SqLite in memory, so I don't have to connect from a database, if you know better methods to mock the database, it would help me so much.
Thank you.
Specifications
Python version: 3.9.5
GINO version: 1.0.1
Gino Starlette: 0.1.5
Starlette version: 0.16.0
The text was updated successfully, but these errors were encountered:
Tests using SQLite
Hi all, I'm trying to make the Gino mock, but I keep seeing the error
gino.exceptions.UninitializedError: Gino engine is not initialized.
Code
My code is formed like this:
Now let's see how I'm writing the tests (various attempts)
or
or
I would like to use SqLite in memory, so I don't have to connect from a database, if you know better methods to mock the database, it would help me so much.
Thank you.
Specifications
The text was updated successfully, but these errors were encountered: