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