Commit graph

1 commit

Author SHA1 Message Date
b7fa0aad02
ci: add pytest gate for PRs and pushes to main (#157)
Adds .github/workflows/tests.yml: checkout, Python 3.11 (matching
work/Dockerfile's python:3.11-slim-bookworm base), pip install -r
requirements.txt + pip install -e ".[dev]" for pytest/pytest-asyncio,
then `python -m pytest -q -p no:cacheprovider` from work/.

docker-publish.yml is untouched (image publishing unchanged).

NOTE: origin/main currently has 6 pre-existing test failures (stale
SCHEMA_VERSION x3, expired TLE fixtures x2, one order-dependent) that
are fixed in open PR #140 (fix/green-test-suite), not this change.
This gate will be red until #140 merges — that is expected and by
design; no continue-on-error / skip was added to mask it.

Co-authored-by: Matt Johnson <mj@k7zvx.com>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-17 14:32:15 -06:00