v2026.04.02/tests
Abdessamad Derraz e90095abd9
Some checks failed
Build & Release / release (push) Has been cancelled
Deploy Site / build (push) Has been cancelled
Deploy Site / deploy (push) Has been cancelled
fix: resolve bios case collisions
Delete duplicate lowercase variants (identical MD5) of 12 files
that prevented clean checkout on case-insensitive filesystems
(Windows, macOS).

Canonical chosen per upstream source code:
- Atari 2600 KV*.WAV: uppercase (stella2023 hardcode)
- Vectrex VEC_Minestorm.vec: lowercase (BizHawk hardcode)
- MSX MSX{,2,2EXT}.ROM: uppercase (fMSX hardcode, 6/7 platforms)
- Doom DOOM2.WAD: uppercase (matches dir convention)

Add aliases to stella2014 and clk profiles so resolution still
finds the canonical source. Correct retrodeck Vectrex casing to
match upstream. Merge Commodore/Vic-20 into VIC-20.

Add tests/test_no_case_collisions.py as a CI guard.

Closes #49
2026-04-18 10:01:29 +02:00
..
__init__.py refactor: DRY consolidation + 83 unit tests 2026-03-19 11:19:50 +01:00
test_e2e.py refactor: hash-anchor truth enrichment 2026-04-18 09:00:31 +02:00
test_fbneo_parser.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
test_hash_merge.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
test_mame_parser.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00
test_no_case_collisions.py fix: resolve bios case collisions 2026-04-18 10:01:29 +02:00
test_pack_integrity.py chore: lint and format entire codebase 2026-04-01 13:17:55 +02:00