Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
test: add mp4 file to video test
Browse files Browse the repository at this point in the history
  • Loading branch information
tafaust committed Aug 9, 2022
1 parent 2552e63 commit d89b86e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/test_vidcut.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
import pytest


# from src.video_utilities import cut_video as cut_video_func


# 934823
# 'test.mp4',
@pytest.fixture(params=itertools.product([0, 350, 1250], [250, 450, 3000], ['test.mov', 'test.webm']))
@pytest.fixture(params=itertools.product([0, 350, 1250], [250, 450, 3000], ['test.mov', 'test.webm', 'test.mp4']))
def yield_params(request):
f = open(f'test_data/{request.param[2]}', 'r+b')
# f.seek(0)
Expand Down

0 comments on commit d89b86e

Please sign in to comment.