Skip to content

Commit

Permalink
Issue #24: removed actual implementation of test-giftgrab-* console s…
Browse files Browse the repository at this point in the history
…cripts
  • Loading branch information
dzhoshkun committed Oct 18, 2018
1 parent 3578a20 commit 3cfec0d
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions src/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,38 +20,6 @@
join('blackmagic', 'decklinksdi4k')))


def __run_target_tests(codec, colour_space):
working_dir = abspath(resource_filename('giftgrab.tests', 'target'))
ret = main(['--codec={}'.format(codec),
'--colour-space={}'.format(colour_space),
working_dir])
if ret: exit(ret)


def test_hevc_bgra():
__run_target_tests('HEVC', 'BGRA')


def test_hevc_i420():
__run_target_tests('HEVC', 'I420')


def test_xvid_bgra():
__run_target_tests('Xvid', 'BGRA')


def test_xvid_i420():
__run_target_tests('Xvid', 'I420')


def test_vp9_bgra():
__run_target_tests('VP9', 'BGRA')


def test_vp9_i420():
__run_target_tests('VP9', 'I420')


def __run_epiphan_tests(colour_space):
for port in ['SDI', 'DVI']:
ret = main(['--colour-space=%s' % (colour_space),
Expand Down

0 comments on commit 3cfec0d

Please sign in to comment.