Skip to content

Commit ac0ca81

Browse files
Add missing imports and pytest.ini
1 parent c9ec8a3 commit ac0ca81

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

test/pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
asyncio_default_fixture_loop_scope = function

test/workspaces/workspaces_create_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from seam import SeamMultiWorkspace
2-
2+
import pytest
33

44
@pytest.mark.asyncio
55
async def test_workspaces_create(server):

test/workspaces/workspaces_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from seam import Seam
2+
import pytest
23

34

45
@pytest.mark.asyncio

0 commit comments

Comments
 (0)