8000 #4: add failing test · Powercoder64/ffmpeg-python@f05f2d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f05f2d9

Browse files
committed
kkroening#4: add failing test
1 parent 7adc3df commit f05f2d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ffmpeg/tests/test_ffmpeg.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,9 @@ def test_get_args_complex_filter():
114114
]
115115

116116

117+
def test_version():
118+
subprocess.check_call(['ffmpeg', '-version'])
119+
assert 0
120+
117121
def test_run():
118122
ffmpeg.run(_get_complex_filter_example())

0 commit comments

Comments
 (0)
0