Skip to content

Add python tests model classes #71

Add python tests model classes

Add python tests model classes #71

Triggered via pull request November 22, 2023 12:39
@rquiduterquidute
synchronize #19
Status Success
Total duration 39s
Artifacts

python-lint.yml

on: pull_request_target
Run linters
29s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
test_collections/sdk_tests/support/python_testing/models/python_testing_hooks_proxy.py#L33
Name "is_finished" already defined on line 23 [no-redef]
test_collections/sdk_tests/support/python_testing/models/python_test_parser.py#L18
'typing.Optional' imported but unused (F401)
test_collections/sdk_tests/support/python_testing/models/test_case.py#L101
"PythonTestCase" has no attribute "__runned" [attr-defined]
test_collections/sdk_tests/support/python_testing/models/test_case.py#L24
'app.chip_tool.chip_tool.ChipToolTestType' imported but unused (F401)
test_collections/sdk_tests/support/python_testing/models/test_case.py#L25
'app.chip_tool.test_case.ChipToolTest' imported but unused (F401)
test_collections/sdk_tests/support/yaml_tests/sdk_yaml_tests.py#L21
'test_collections.sdk_tests.support.models.matter_test_models.MatterTestStep' imported but unused (F401)
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/