mirror of
https://github.com/rommapp/romm.git
synced 2026-07-01 08:16:21 +00:00
Merge branch 'master' into emujs-netplay
This commit is contained in:
BIN
.github/resources/romm-winter.png
vendored
Normal file
BIN
.github/resources/romm-winter.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1000 KiB |
@@ -82,9 +82,10 @@ async def test_scan_rom():
|
||||
|
||||
assert type(rom) is Rom
|
||||
assert rom.fs_name == "Paper Mario (USA).z64"
|
||||
assert rom.name == "Paper Mario"
|
||||
assert rom.fs_path == "n64/Paper Mario (USA)"
|
||||
assert rom.igdb_id == 3340
|
||||
assert rom.hasheous_id == 4872
|
||||
assert rom.fs_size_bytes == 23175094
|
||||
assert rom.tags == []
|
||||
# Disabled until we can fix the tests
|
||||
# assert rom.name == "Paper Mario"
|
||||
# assert rom.igdb_id == 3340
|
||||
# assert rom.hasheous_id == 4872
|
||||
# assert rom.fs_size_bytes == 23175094
|
||||
# assert rom.tags == []
|
||||
|
||||
Reference in New Issue
Block a user