Skip to content

migrate to unittest #25

migrate to unittest

migrate to unittest #25

Triggered via pull request May 29, 2024 14:08
@KanahiroKanahiro
synchronize #90
testing
Status Failure
Total duration 30s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Ruff (N815): tests/qgis_interface.py#L42
tests/qgis_interface.py:42:5: N815 Variable `currentLayerChanged` in class scope should not be mixedCase
Ruff (N803): tests/qgis_interface.py#L209
tests/qgis_interface.py:209:24: N803 Argument name `dockedToolbar` should be lowercase
Ruff (C901): tests/utilities.py#L25
tests/utilities.py:25:5: C901 `get_qgis_app` is too complex (11 > 10)
Ruff (B018): tests/utilities.py#L47
tests/utilities.py:47:9: B018 Found useless expression. Either assign it to a variable or remove it.
Ruff (N806): tests/utilities.py#L49
tests/utilities.py:49:9: N806 Variable `myGuiFlag` in function should be lowercase
Lint
Process completed with exit code 1.
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.