Loading pytest.ini +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # note: per convention, this file is placed in the root directory of the repository [pytest] # TODO remove ignore after tests are harmonized addopts = -ra --tb=short --basetemp=./tmp -n auto -v --ignore=tests/renderer addopts = -ra --tb=short --basetemp=./tmp -n auto -v --ignore=tests/renderer --ignore=tests/split_rendering # Write captured system-out log messages to JUnit report. junit_logging = system-out # Do not capture log information for passing tests to JUnit report. Loading tests/split_rendering/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ def run_full_chain_split_rendering( cmd[1:1] = FORMAT_TO_IVAS_COD_FORMAT[in_fmt] if in_meta_files: cmd[2:2] = in_meta_files cmd[3:3] = in_meta_files run_cmd(cmd) Loading Loading
pytest.ini +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # note: per convention, this file is placed in the root directory of the repository [pytest] # TODO remove ignore after tests are harmonized addopts = -ra --tb=short --basetemp=./tmp -n auto -v --ignore=tests/renderer addopts = -ra --tb=short --basetemp=./tmp -n auto -v --ignore=tests/renderer --ignore=tests/split_rendering # Write captured system-out log messages to JUnit report. junit_logging = system-out # Do not capture log information for passing tests to JUnit report. Loading
tests/split_rendering/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ def run_full_chain_split_rendering( cmd[1:1] = FORMAT_TO_IVAS_COD_FORMAT[in_fmt] if in_meta_files: cmd[2:2] = in_meta_files cmd[3:3] = in_meta_files run_cmd(cmd) Loading