Oops, there wasn't only one place to fix in [49fa0fc].

This commit is contained in:
Virgil Dupras 2013-04-28 10:46:36 -04:00
parent 6dddcb1a47
commit a64b42de65
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ def pytest_funcarg__fake_fileexists(request):
# for file existence before doing the match grouping.
monkeypatch = request.getfuncargvalue('monkeypatch')
monkeypatch.setattr(io, 'exists', lambda _: True)
monkeypatch.setattr(Path, 'exists', lambda _: True)
def test_priorize_me(fake_fileexists):
# in ScannerME, bitrate goes first (right after is_ref) in priorization