We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a2644 commit 34b10f8Copy full SHA for 34b10f8
1 file changed
aidbox_python_sdk/pytest_plugin.py
@@ -85,3 +85,8 @@ def sdk(client):
85
@pytest.fixture
86
def aidbox_client(client):
87
return client.server.app["client"]
88
+
89
90
+@pytest.fixture()
91
+def aidbox_db(client):
92
+ return client.server.app["db"]
0 commit comments