Skip to content

Commit 62fafda

Browse files
committed
Add tool.pytest.init_options entry to pyproject.toml
1 parent e930b21 commit 62fafda

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,3 +556,10 @@ forced-separate = [
556556
]
557557
combine-as-imports = true
558558
split-on-trailing-comma = false
559+
560+
[tool.pytest.ini_options]
561+
testpaths = [
562+
"tests",
563+
]
564+
asyncio_default_fixture_loop_scope = "session"
565+
asyncio_mode = auto

0 commit comments

Comments
 (0)