Skip to content

Commit

Permalink
Update test_VideoFileClip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloin1313 committed Mar 28, 2017
1 parent 61c6b5f commit e8505c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_VideoFileClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ def test_ffmpeg_resizing():
frame = video.get_frame(0)
assert frame.shape[1] == target_resolution[1]

def test_set_start_end:
video = VideoFileClip("media/big_buck_bunny_432_433.webm", target_resolution=target_resolution)
video.set_start()

if __name__ == '__main__':
pytest.main()

0 comments on commit e8505c3

Please sign in to comment.