Skip to content

Commit

Permalink
Configure default test path
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Sep 15, 2024
1 parent 2a3799f commit 69a30bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,14 @@ minversion = "7.4"
addopts = "--benchmark-disable"
# Deactivate default name pattern for test classes (we use pytest_describe).
python_classes = "PyTest*"
# Handle all async fixtures and tests automatically by asyncio
# Handle all async fixtures and tests automatically by asyncio,
asyncio_mode = "auto"
# Set a timeout in seconds for aborting tests that run too long.
timeout = "100"
# Ignore config options not (yet) available in older Python versions.
filterwarnings = "ignore::pytest.PytestConfigWarning"
# All tests can be found in the tests directory.
testpaths = ["tests"]

[build-system]
requires = ["poetry_core>=1.6.1,<2"]
Expand Down

0 comments on commit 69a30bb

Please sign in to comment.