Do not error while parsing SDK python tests #506
Annotations
1 error and 1 warning
/home/runner/work/certification-tool-backend/certification-tool-backend/test_collections/matter/sdk_tests/support/python_testing/models/python_test_parser.py#L235
].value.value
step_name = step.args[ARG_STEP_DESCRIPTION_INDEX].value
parsed_step_name = step_name
except Exception as e:
- logger.warning(
- f"Fail parsing step name from {method.name}, Error:{str(e)}"
- )
+ logger.warning(f"Fail parsing step name from {method.name}, Error:{str(e)}")
parsed_step_name = "UNABLE TO PARSE TEST STEP NAME"
python_steps.append(
MatterTestStep(
label=parsed_step_name, is_commissioning=arg_is_commissioning
|
Backend Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|