mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-15 17:12:48 +00:00
Single test class with shared setUp creating all synthetic fixtures: - bios files with known hashes (present/missing/wrong/alias/variants) - ZIPs with inner ROMs (correct/wrong/missing inner) - platform YAMLs (existence, md5, inherited, shared groups) - emulator profiles (aliases, standalone mode, data_directories) 29 E2E tests covering: resolution (9), verification (5), severity (2), platform config (2), cross-reference (4), grouping (2), storage (2), md5_composite (1), check_inside_zip (4). One fixture set, all scenarios, easy to maintain. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| __init__.py | ||
| test_advanced.py | ||
| test_aliases.py | ||
| test_e2e.py | ||
| test_integration.py | ||
| test_pack.py | ||
| test_resolve.py | ||
| test_severity.py | ||
| test_verify.py | ||