Skip to content

Added system tests for pyright script checker #10

Added system tests for pyright script checker

Added system tests for pyright script checker #10

Triggered via pull request August 23, 2024 13:44
Status Failure
Total duration 30s
Artifacts

linter.yml

on: pull_request
call-workflow  /  ruff
6s
call-workflow / ruff
call-workflow  /  pyright
19s
call-workflow / pyright
Fit to window
Zoom out
Zoom in

Annotations

12 errors
call-workflow / ruff
Process completed with exit code 123.
Ruff (I001): test_genie_python_using_simple.py#L1
test_genie_python_using_simple.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): test_genie_python_using_simple.py#L1
test_genie_python_using_simple.py:1:8: F401 `functools` imported but unused
Ruff (F403): test_genie_python_using_simple.py#L4
test_genie_python_using_simple.py:4:1: F403 `from hamcrest import *` used; unable to detect undefined names
Ruff (F401): test_genie_python_using_simple.py#L13
test_genie_python_using_simple.py:13:26: F401 `genie_python.genie_script_checker` imported but unused
Ruff (F405): test_genie_python_using_simple.py#L48
test_genie_python_using_simple.py:48:9: F405 `assert_that` may be undefined, or defined from star imports
Ruff (F405): test_genie_python_using_simple.py#L48
test_genie_python_using_simple.py:48:38: F405 `is_in` may be undefined, or defined from star imports
Ruff (F405): test_genie_python_using_simple.py#L53
test_genie_python_using_simple.py:53:13: F405 `assert_that` may be undefined, or defined from star imports
Ruff (F405): test_genie_python_using_simple.py#L53
test_genie_python_using_simple.py:53:59: F405 `is_` may be undefined, or defined from star imports
Ruff (F405): test_genie_python_using_simple.py#L60
test_genie_python_using_simple.py:60:9: F405 `assert_that` may be undefined, or defined from star imports
Ruff (F405): test_genie_python_using_simple.py#L60
test_genie_python_using_simple.py:60:38: F405 `is_in` may be undefined, or defined from star imports
call-workflow / pyright
Process completed with exit code 1.