File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -308,12 +308,14 @@ minversion = "7.4"
308308addopts = " --benchmark-disable"
309309# Deactivate default name pattern for test classes (we use pytest_describe).
310310python_classes = " PyTest*"
311- # Handle all async fixtures and tests automatically by asyncio
311+ # Handle all async fixtures and tests automatically by asyncio,
312312asyncio_mode = " auto"
313313# Set a timeout in seconds for aborting tests that run too long.
314314timeout = " 100"
315315# Ignore config options not (yet) available in older Python versions.
316316filterwarnings = " ignore::pytest.PytestConfigWarning"
317+ # All tests can be found in the tests directory.
318+ testpaths = [" tests" ]
317319
318320[build-system ]
319321requires = [" poetry_core>=1.6.1,<2" ]
You can’t perform that action at this time.
0 commit comments