Summary
README badges claim '63 tests passing' but this hasn't been verified by actually running pytest. This quick check ensures the badge matches reality.
Related
Task
- Run
pytest tests/ -v --cov=src in test environment
- Count actual passing tests and compare against badge claim of 63
- If count differs, update badge in README to match reality
- Document any skipped/xfailed tests and why
Files to Check/Modify
README.md — Test badge (line ~5)
tests/ — Run pytest here
Acceptance Criteria
Notes
Quick credibility check: make sure what README claims matches what actually runs.
Summary
README badges claim '63 tests passing' but this hasn't been verified by actually running
pytest. This quick check ensures the badge matches reality.Related
README.md(line ~5)Task
pytest tests/ -v --cov=srcin test environmentFiles to Check/Modify
README.md— Test badge (line ~5)tests/— Run pytest hereAcceptance Criteria
Notes
Quick credibility check: make sure what README claims matches what actually runs.