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:
matt 2026-02-20 11:26:34 -08:00
parent 0dd69c083c
commit c72f581ce7
114 changed files with 157 additions and 9799 deletions

View file

@ -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