We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07fa88b + 0cce087 commit 2c95181Copy full SHA for 2c95181
1 file changed
pyproject.toml
@@ -78,6 +78,7 @@ reportMissingImports = true
78
testpaths = ["tests"]
79
pythonpath = ["src"]
80
addopts = "-ra --strict-markers --cov=bloomy --cov-report=term-missing"
81
+asyncio_default_fixture_loop_scope = "function"
82
markers = [
83
"integration: marks tests that hit the real Bloom Growth API (deselect with '-m \"not integration\"')",
84
]
0 commit comments