We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9145c commit 3143397Copy full SHA for 3143397
graphene_sqlalchemy/tests/test_query.py
@@ -11,7 +11,7 @@
11
from ..utils import sort_argument_for_model, sort_enum_for_model
12
from .models import Article, Base, Editor, Hairkind, Pet, Reporter
13
14
-db = create_engine("sqlite:///test_sqlalchemy.sqlite3")
+db = create_engine("sqlite://") # use in-memory database
15
16
17
@pytest.yield_fixture(scope="function")
0 commit comments