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"
308
308
addopts = " --benchmark-disable"
309
309
# Deactivate default name pattern for test classes (we use pytest_describe).
310
310
python_classes = " PyTest*"
311
- # Handle all async fixtures and tests automatically by asyncio
311
+ # Handle all async fixtures and tests automatically by asyncio,
312
312
asyncio_mode = " auto"
313
313
# Set a timeout in seconds for aborting tests that run too long.
314
314
timeout = " 100"
315
315
# Ignore config options not (yet) available in older Python versions.
316
316
filterwarnings = " ignore::pytest.PytestConfigWarning"
317
+ # All tests can be found in the tests directory.
318
+ testpaths = [" tests" ]
317
319
318
320
[build-system ]
319
321
requires = [" poetry_core>=1.6.1,<2" ]
You can’t perform that action at this time.
0 commit comments