Gemini: add release version consistency test #79
Labels
No labels
area:ci
area:docs
area:engineering
area:framework-fp
area:test-coverage
dogfood:fn
dogfood:fp
dogfood:friction
dogfood:tp
phase:b
phase:c
severity:critical
severity:high
severity:low
severity:medium
source:deepseek-v4-pro
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pdurlej/fallow-py#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Release versions live in multiple places: root package, MCP package, and runtime constants.
Task
Add a test that detects version drift before release.
Acceptance criteria
pyproject.tomlandmcp/pyproject.toml.fallow_py.__version__/fallow_py.models.VERSIONagainst root version.mcp/pyproject.toml.fallow-py 0.3.0aN↔fallow-py-mcp 0.1.0aNis documented in the test or helper if asserted.Verification
python -m pytest -q <new-or-existing-test-file>