Skip to content

Commit

Permalink
Add tool.pytest.init_options entry to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Jan 30, 2025
1 parent 1800bc7 commit 21c5191
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -556,3 +556,10 @@ forced-separate = [
]
combine-as-imports = true
split-on-trailing-comma = false

[tool.pytest.ini_options]
testpaths = [
"tests",
]
asyncio_default_fixture_loop_scope = "session"
asyncio_mode = "auto"

0 comments on commit 21c5191

Please sign in to comment.