mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-07 22:22:34 +01:00
chore(tests): consolidate test suite from 148 to 87 files (41% reduction)
Merged overlapping test coverage into comprehensive modules, updated CI/CD workflows, maintained 100% pass rate.
This commit is contained in:
parent
0dd69c083c
commit
c72f581ce7
114 changed files with 157 additions and 9799 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -56,4 +56,4 @@ jobs:
|
|||
CSV_FILES_DIR: csv_files/testdata
|
||||
RANDOM_MODES: "1"
|
||||
run: |
|
||||
python -m 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
|
||||
python -m pytest -q code/tests/test_random_determinism_comprehensive.py code/tests/test_random_api_comprehensive.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