Skip to content

Commit 3335a93

Browse files
committed
Added pytest tweaks
1 parent 60589da commit 3335a93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[tool.pytest.ini_options]
2+
asyncio_mode = "strict"
3+
testpaths = [
4+
"test",
5+
]

0 commit comments

Comments
 (0)