Adding GUI System Tests #750
Annotations
6 errors and 1 warning
|
ruff
The process '/opt/hostedtoolcache/ruff/0.16.4/x86_64/ruff' failed with exit code 1
|
|
ruff (F401):
tests/system/gui_system_loading_test.py#L7
tests/system/gui_system_loading_test.py:7:57: F401 `tests.system.gui_system_base.SHOW_DELAY` imported but unused
help: Remove unused import: `tests.system.gui_system_base.SHOW_DELAY`
|
|
ruff (F401):
tests/system/gui_system_loading_test.py#L5
tests/system/gui_system_loading_test.py:5:19: F401 `PyQt6.QtCore` imported but unused
help: Remove unused import: `PyQt6.QtCore`
|
|
ruff (F401):
tests/system/gui_system_loading_test.py#L2
tests/system/gui_system_loading_test.py:2:21: F401 `pathlib.Path` imported but unused
help: Remove unused import: `pathlib.Path`
|
|
ruff (F401):
tests/system/gui_system_loading_test.py#L1
tests/system/gui_system_loading_test.py:1:8: F401 `time` imported but unused
help: Remove unused import: `time`
|
|
ruff (I001):
tests/system/gui_system_loading_test.py#L1
tests/system/gui_system_loading_test.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|