Loading tests/codec_be_on_mr_nonselection/test_param_file.py +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ def test_param_file_tests( # If compare_to_input is set, only run pass-through test cases if compare_to_input: passthrough = [(a, b) for (a, b) in PASSTHROUGH_CONF if re.search(a, enc_opts) and b in dec_opts.split()[0]] passthrough = [(a, b) for (a, b) in PASSTHROUGH_CONF if re.search(a, enc_opts) and b in dec_opts.split()] if len(passthrough) != 1: pytest.skip() Loading Loading
tests/codec_be_on_mr_nonselection/test_param_file.py +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ def test_param_file_tests( # If compare_to_input is set, only run pass-through test cases if compare_to_input: passthrough = [(a, b) for (a, b) in PASSTHROUGH_CONF if re.search(a, enc_opts) and b in dec_opts.split()[0]] passthrough = [(a, b) for (a, b) in PASSTHROUGH_CONF if re.search(a, enc_opts) and b in dec_opts.split()] if len(passthrough) != 1: pytest.skip() Loading