Skip to content

Commit 34b10f8

Browse files
authored
Add aidbox_db fixture
1 parent 00a2644 commit 34b10f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aidbox_python_sdk/pytest_plugin.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@ def sdk(client):
8585
@pytest.fixture
8686
def aidbox_client(client):
8787
return client.server.app["client"]
88+
89+
90+
@pytest.fixture()
91+
def aidbox_db(client):
92+
return client.server.app["db"]

0 commit comments

Comments
 (0)