Skip to content

Commit 896405f

Browse files
committed
add pytest async dependencies and config for tests
1 parent c915638 commit 896405f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
markers =
33
unit: mark a test as a unit test.
44
integration: mark a test as an integration test.
5+
6+
asyncio_mode = auto
7+
asyncio_default_fixture_loop_scope = function

0 commit comments

Comments
 (0)