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 4e21e26 commit 4dcb44fCopy full SHA for 4dcb44f
pyproject.toml
@@ -127,9 +127,9 @@ init_typed = true
127
warn_required_dynamic_aliases = true
128
129
[tool.pytest.ini_options]
130
-#testpaths = ["tests"]
131
-#python_files = "test_*.py"
132
-#addopts = "-ra -q --cov"
+testpaths = ["tests"]
+python_files = "test_*.py"
+addopts = "-ra -q --cov"
133
asyncio_default_fixture_loop_scope = "function"
134
asyncio_mode = "auto"
135
0 commit comments