We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eeb3b5 commit f58faa3Copy full SHA for f58faa3
1 file changed
pyproject.toml
@@ -141,6 +141,7 @@ exclude_also = [
141
[tool.pytest.ini_options]
142
asyncio_mode = "auto"
143
asyncio_default_fixture_loop_scope = "session"
144
+testpaths = ["tests"]
145
filterwarnings = [
146
# This is a warning that is expected to happen: we have an async filter that raises an exception
147
"ignore:coroutine 'test_async_input_filter_fails.<locals>.invalid_input_filter' was never awaited:RuntimeWarning",
0 commit comments