mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
run fmt
This commit is contained in:
@@ -273,9 +273,7 @@ class TestFSRomsHandler:
|
||||
result = handler.exclude_multi_roms(roms)
|
||||
assert result == ["Game1", "Game2"]
|
||||
|
||||
def test_exclude_multi_roms_wildcard_patterns(
|
||||
self, handler: FSRomsHandler, config
|
||||
):
|
||||
def test_exclude_multi_roms_wildcard_patterns(self, handler: FSRomsHandler, config):
|
||||
"""Test exclude_multi_roms keeps wildcard matching with normalized config"""
|
||||
roms = ["Game1", "Manuals", "manuals-fr", "Game2"]
|
||||
config.EXCLUDED_MULTI_FILES = [" manuals* "]
|
||||
|
||||
Reference in New Issue
Block a user