Skip to content

Commit 24737a8

Browse files
franccescoclaude
andcommitted
chore: register integration pytest marker in pyproject.toml
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cdf1114 commit 24737a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ reportMissingImports = true
7979
testpaths = ["tests"]
8080
pythonpath = ["src"]
8181
addopts = "-ra --strict-markers --cov=bloomy --cov-report=term-missing"
82+
markers = [
83+
"integration: marks tests that hit the real Bloom Growth API (deselect with '-m \"not integration\"')",
84+
]
8285

8386
[dependency-groups]
8487
dev = [

0 commit comments

Comments
 (0)