Skip to content

Commit

Permalink
Issue #24, #26: removed actual implementation of both test-giftgrab-e…
Browse files Browse the repository at this point in the history
…piphan-dvi2pcieduo-* console scripts
  • Loading branch information
dzhoshkun committed Oct 23, 2018
1 parent 108bc0e commit 42685d5
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,6 @@
join('epiphan', 'dvi2pcieduo', 'data')))


def __run_epiphan_tests(colour_space):
for port in ['SDI', 'DVI']:
ret = main(['--colour-space=%s' % (colour_space),
'--port=%s' % (port),
epiphan_dvi2pcieduo_working_dir, '-m', 'unit'])
if ret: exit(ret)

# Disabled the Python module tests until issue #114 is resolved
# ret = main(['--colour-space=%s' % (colour_space),
# '--config-dir=%s' % (epiphan_dvi2pcieduo_config_dir),
# epiphan_dvi2pcieduo_working_dir, '-m', 'epiphan_py_module'])
# if ret: exit(ret)


def __run_network_tests(colour_space):
# parse needed arguments from environment variables
var_name = 'TESTING_NETWORK_SOURCE_ADDRESS'
Expand Down Expand Up @@ -79,14 +65,6 @@ def __run_network_tests(colour_space):
if ret: exit(ret)


def test_epiphan_dvi2pcieduo_bgra():
__run_epiphan_tests('BGRA')


def test_epiphan_dvi2pcieduo_i420():
__run_epiphan_tests('I420')


def test_network_sources_bgra():
__run_network_tests('BGRA')

Expand Down

0 comments on commit 42685d5

Please sign in to comment.