We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e114674 commit 63f88e8Copy full SHA for 63f88e8
1 file changed
pyproject.toml
@@ -15,3 +15,9 @@ profile = "black"
15
[tool.black]
16
line-length = 119
17
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