#4: add failing test

This commit is contained in:
Karl Kroening 2017-05-25 15:46:26 -10:00
parent 7adc3dff5b
commit f05f2d9498

View File

@ -114,5 +114,9 @@ def test_get_args_complex_filter():
]
def test_version():
subprocess.check_call(['ffmpeg', '-version'])
assert 0
def test_run():
ffmpeg.run(_get_complex_filter_example())