test: add deterministic csv fixtures for fast random checks
Some checks failed
CI / build (push) Waiting to run
Preview Performance Regression Gate / preview-perf (push) Waiting to run
Editorial Lint / lint-editorial (push) Has been cancelled

This commit is contained in:
matt 2025-09-27 16:44:38 -07:00
parent 3b4ae36a11
commit 0e2eb29258
10 changed files with 36 additions and 2 deletions

View file

@ -13,6 +13,9 @@ This format follows Keep a Changelog principles and aims for Semantic Versioning
- Link PRs/issues inline when helpful, e.g., (#123) or [#123]. Reference-style links at the bottom are encouraged for readability.
## [Unreleased]
### Added
- Included the tiny `csv_files/testdata` fixture set so CI fast determinism tests have consistent sample data.
### Changed
- Theme catalog schema now accepts optional `id` values on entries so refreshed catalogs validate cleanly.
- CI installs `httpx` with the rest of the web stack and runs pytest via `python -m pytest` so FastAPI tests resolve the local `code` package correctly.