mirror of
https://github.com/rommapp/romm.git
synced 2026-06-30 07:45:52 +00:00
7 lines
172 B
Python
7 lines
172 B
Python
from models.rom import Rom
|
|
|
|
|
|
def test_rom(rom: Rom):
|
|
assert rom.fs_path == "test_platform_slug/roms"
|
|
assert rom.full_path == "test_platform_slug/roms/test_rom.zip"
|