Skip to content

Add python tests model classes #56

Add python tests model classes

Add python tests model classes #56

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

python-lint.yml

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

Annotations

3 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/test_case.py#L101
"PythonTestCase" has no attribute "__runned" [attr-defined]
test_collections/sdk_tests/support/python_testing/models/test_case.py#L268
Definition of "test_stop" in base class "PythonTestCase" is incompatible with definition in base class "ChipToolTest" [misc]
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/