Files
romm/backend/models/tests/test_rom.py
Georges-Antoine Assi d5db3eec25 Add test for user model
2023-08-13 09:58:17 -04:00

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"