mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-30 21:25:18 +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
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -8,7 +8,10 @@
|
|||
test.py
|
||||
!requirements.txt
|
||||
__pycache__/
|
||||
csv_files/
|
||||
# Keep main CSV datasets out of Git, but allow the tiny deterministic fixtures used by CI.
|
||||
csv_files/*
|
||||
!csv_files/testdata/
|
||||
!csv_files/testdata/**/*
|
||||
dist/
|
||||
logs/
|
||||
!logs/
|
||||
|
|
@ -17,7 +20,6 @@ logs/*
|
|||
logs/perf/*
|
||||
!logs/perf/theme_preview_warm_baseline.json
|
||||
deck_files/
|
||||
csv_files/
|
||||
config/themes/catalog/
|
||||
!config/card_lists/*.json
|
||||
!config/themes/*.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue