Skip to content

Add python tests model classes #48

Add python tests model classes

Add python tests model classes #48

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

python-lint.yml

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

Annotations

4 errors and 1 warning
app/tests/yaml_tests/test_sdk_yaml_collection.py#L21
'test_collections.sdk_tests.support.paths.SDK_CHECKOUT_PATH' imported but unused (F401)
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/