mirror of
https://github.com/rommapp/romm.git
synced 2026-07-01 08:16:21 +00:00
4 lines
137 B
Python
4 lines
137 B
Python
def test_rom(rom):
|
|
assert rom.file_path == "test_platform_slug/roms"
|
|
assert rom.full_path == "test_platform_slug/roms/test_rom"
|