We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d905ed commit cd0d168Copy full SHA for cd0d168
pyproject.toml
@@ -92,6 +92,7 @@ profile = "black"
92
93
[tool.pytest.ini_options]
94
addopts = "--cov=nettacker --cov-config=pyproject.toml --cov-report term --cov-report xml --dist loadscope --no-cov-on-fail --numprocesses auto"
95
+asyncio_default_fixture_loop_scope = "function"
96
testpaths = ["tests"]
97
98
[tool.ruff]
0 commit comments