Skip to content

feat(tests and documentation): Improving documentation/docstring and starting fil test files #36

feat(tests and documentation): Improving documentation/docstring and starting fil test files

feat(tests and documentation): Improving documentation/docstring and starting fil test files #36

Triggered via pull request October 12, 2024 15:40
Status Failure
Total duration 51s
Artifacts

python-actions.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
linting: base.py#L63
Cannot access attribute "items" for class "str"   Attribute "items" is unknown (reportAttributeAccessIssue)
linting: mqtt.py#L144
Cannot access attribute "decode" for class "str"   Attribute "decode" is unknown (reportAttributeAccessIssue)
linting: mqtt.py#L144
Cannot access attribute "decode" for class "int"   Attribute "decode" is unknown (reportAttributeAccessIssue)
linting: mqtt.py#L144
Cannot access attribute "decode" for class "float"   Attribute "decode" is unknown (reportAttributeAccessIssue)
linting: mqtt.py#L144
"decode" is not a known attribute of "None" (reportOptionalMemberAccess)
linting: tests/base_test.py#L28
"TestDevice" is not defined (reportUndefinedVariable)
linting: tests/device_test.py#L25
Cannot access attribute "create_sync_async_channel" for class "TestDevice*"   Attribute "create_sync_async_channel" is unknown (reportAttributeAccessIssue)
linting: tests/device_test.py#L26
Cannot access attribute "_arlo" for class "TestDevice*"   Attribute "_arlo" is unknown (reportAttributeAccessIssue)
linting: tests/device_test.py#L27
Cannot access attribute "periodic_status_trigger" for class "TestDevice*"   Attribute "periodic_status_trigger" is unknown (reportAttributeAccessIssue)
linting: tests/device_test.py#L30
Cannot access attribute "_arlo" for class "TestDevice*"   Attribute "_arlo" is unknown (reportAttributeAccessIssue)
linting
The following actions use a deprecated Node.js version and will be forced to run on node20: jakebailey/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/