Skip to content

[CI] Add check for run errors in renderer tests

norvell requested to merge ci/report-pytest-error-for-renderer-tests into main

Reason why this change is needed

  • Run errors in renderer tests (e.g. non-zero return code from renderer) appears as failure, while they give an "Error" in the encoder/decoder tests.

Description of the change

  • Added a tear-down section of the fixture "test_info", where the string member test_info.error may carry the error of an run_cmd call.

Affected operating points

  • CI only: renderer tests.

Merge request reports

Loading