diff options
author | jaseg <code@jaseg.net> | 2016-08-20 11:20:20 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2016-08-20 11:20:20 +0200 |
commit | 1ee4361bdd41e8ae0a6d0d9570d75e85a44d19ff (patch) | |
tree | 309b76d3a84fa3c77a1c16818d92a9b19d34cf73 /mpv-test.py | |
parent | 669c4bbfeca57de862ce470d20122637cf8df2ff (diff) | |
download | python-mpv-1ee4361bdd41e8ae0a6d0d9570d75e85a44d19ff.tar.gz python-mpv-1ee4361bdd41e8ae0a6d0d9570d75e85a44d19ff.tar.bz2 python-mpv-1ee4361bdd41e8ae0a6d0d9570d75e85a44d19ff.zip |
Pimp loadfile to accept per-file options
Diffstat (limited to 'mpv-test.py')
-rwxr-xr-x | mpv-test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv-test.py b/mpv-test.py index 14d5b6d..f35f160 100755 --- a/mpv-test.py +++ b/mpv-test.py @@ -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.')]) |