mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-31 14:48:49 +01:00
test: add deterministic csv fixtures for fast random checks
This commit is contained in:
parent
3b4ae36a11
commit
0e2eb29258
10 changed files with 36 additions and 2 deletions
10
csv_files/testdata/README.md
vendored
Normal file
10
csv_files/testdata/README.md
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue