Pimp loadfile to accept per-file options

This commit is contained in:
jaseg 2016-08-20 11:20:20 +02:00
parent 669c4bbfec
commit 1ee4361bdd
2 changed files with 7 additions and 3 deletions

View file

@ -197,7 +197,7 @@ class TestLifecycle(unittest.TestCase):
m.wait_for_playback()
del m
handler.assert_has_calls([
mock.call('info', 'cplayer', 'Playing: ./test.webm'),
mock.call('info', 'cplayer', 'Playing: test.webm'),
mock.call('info', 'cplayer', ' Video --vid=1 (*) (vp8)'),
mock.call('fatal', 'cplayer', 'No video or audio streams selected.')])