Skip to content

Commit 63f88e8

Browse files
committed
Add pytest config
1 parent e114674 commit 63f88e8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ profile = "black"
1515
[tool.black]
1616
line-length = 119
1717
target-version = ["py310"]
18+
19+
[tool.pytest.ini_options]
20+
minversion = "6.0"
21+
required_plugins = "pytest-cov"
22+
testpaths = ["tests"]
23+
asyncio_default_fixture_loop_scope = "session"

0 commit comments

Comments
 (0)