Skip to content

Commit 7031318

Browse files
committed
Add tool.pytest.init_options entry to pyproject.toml
1 parent 6fd4c97 commit 7031318

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 = "strict"

0 commit comments

Comments
 (0)