mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
4 lines
141 B
Python
4 lines
141 B
Python
def test_rom(rom):
|
|
assert rom.file_path == "test_platform_slug/roms"
|
|
assert rom.full_path == "test_platform_slug/roms/test_rom.zip"
|