Pimp loadfile to accept per-file options
This commit is contained in:
parent
669c4bbfec
commit
1ee4361bdd
2 changed files with 7 additions and 3 deletions
|
|
@ -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.')])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue