mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
feat(themes): whitelist governance, synergy cap, docs + tests; feat(random): laid roadwork for random implementation, testing in headless confirmed
This commit is contained in:
parent
03e839fb87
commit
16261bbf09
34 changed files with 12594 additions and 23 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -38,3 +38,10 @@ jobs:
|
|||
- name: Tests
|
||||
run: |
|
||||
pytest -q || true
|
||||
|
||||
- name: Fast determinism tests (random subset)
|
||||
env:
|
||||
CSV_FILES_DIR: csv_files/testdata
|
||||
RANDOM_MODES: "1"
|
||||
run: |
|
||||
pytest -q code/tests/test_random_determinism.py code/tests/test_random_build_api.py code/tests/test_seeded_builder_minimal.py code/tests/test_builder_rng_seeded_stream.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue