mtg_python_deckbuilder/csv_files/testdata/README.md
matt 0e2eb29258
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
test: add deterministic csv fixtures for fast random checks
2025-09-27 16:44:38 -07:00

10 lines
397 B
Markdown

Frozen test dataset for deterministic tests.
Use by setting environment variable CSV_FILES_DIR=csv_files/testdata (or absolute path in Docker).
Expected minimal files:
- cards.csv (flattened all-cards dataset for validation endpoints)
- commander_cards.csv
- *_cards.csv per color identity needed by tests (e.g., colorless_cards.csv)
Keep this tiny and representative; avoid adding large data.