Refactoring eurotherm tests to work with multiple sensors #50
linter.yml
on: pull_request
call-workflow
/
ruff
12s
call-workflow
/
pyright
21s
Annotations
10 errors
call-workflow / ruff
Process completed with exit code 123.
|
Ruff (I001):
common_tests/eurotherm.py#L1
common_tests/eurotherm.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
common_tests/eurotherm.py#L4
common_tests/eurotherm.py:4:8: F401 `contextlib` imported but unused
|
Ruff (F811):
common_tests/eurotherm.py#L345
common_tests/eurotherm.py:345:9: F811 Redefinition of unused `test_WHEN_output_set_via_backdoor_THEN_output_updates` from line 339
|
Ruff (I001):
tests/eurotherm_eibisynch.py#L1
tests/eurotherm_eibisynch.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F601):
tests/eurotherm_modbus.py#L38
tests/eurotherm_modbus.py:38:13: F601 Dictionary key literal `"NEEDLE_VALVE"` repeated
|
Ruff (ANN201):
utils/emulator_launcher.py#L484
utils/emulator_launcher.py:484:9: ANN201 Missing return type annotation for public function `backdoor_simulate_disconnected_addr`
|
Ruff (ANN001):
utils/emulator_launcher.py#L484
utils/emulator_launcher.py:484:51: ANN001 Missing type annotation for function argument `emulator_property`
|
call-workflow / ruff
Process completed with exit code 123.
|
call-workflow / pyright
Process completed with exit code 1.
|