mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-10-31 22:05:58 +00:00
Oops, there wasn't only one place to fix in [49fa0fc].
This commit is contained in:
parent
6dddcb1a47
commit
a64b42de65
@ -19,6 +19,7 @@ def pytest_funcarg__fake_fileexists(request):
|
|||||||
# for file existence before doing the match grouping.
|
# for file existence before doing the match grouping.
|
||||||
monkeypatch = request.getfuncargvalue('monkeypatch')
|
monkeypatch = request.getfuncargvalue('monkeypatch')
|
||||||
monkeypatch.setattr(io, 'exists', lambda _: True)
|
monkeypatch.setattr(io, 'exists', lambda _: True)
|
||||||
|
monkeypatch.setattr(Path, 'exists', lambda _: True)
|
||||||
|
|
||||||
def test_priorize_me(fake_fileexists):
|
def test_priorize_me(fake_fileexists):
|
||||||
# in ScannerME, bitrate goes first (right after is_ref) in priorization
|
# in ScannerME, bitrate goes first (right after is_ref) in priorization
|
||||||
|
Loading…
Reference in New Issue
Block a user