We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c915638 commit 896405fCopy full SHA for 896405f
pytest.ini
@@ -2,3 +2,6 @@
2
markers =
3
unit: mark a test as a unit test.
4
integration: mark a test as an integration test.
5
+
6
+asyncio_mode = auto
7
+asyncio_default_fixture_loop_scope = function
0 commit comments