We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pytest-asyncio
1 parent e5dd9e1 commit 3c7eec6Copy full SHA for 3c7eec6
pyproject.toml
@@ -89,6 +89,8 @@ testpaths = [
89
"tests", "mocket",
90
]
91
addopts = "--doctest-modules --cov=mocket --cov-report=xml --cov-report=term-missing --cov-append -v -x"
92
+asyncio_default_fixture_loop_scope = "function"
93
+asyncio_mode = "auto"
94
95
[tool.ruff]
96
src = ["mocket", "tests"]
0 commit comments