tests passing #86
Annotations
8 errors
Ruff (F821):
tests/tests_rf/test_v1_apis.py#L47
tests/tests_rf/test_v1_apis.py:47:19: F821 Undefined name `instantiate_client_v1`
|
Ruff (F821):
tests/tests_rf/test_v1_xxxx.py#L75
tests/tests_rf/test_v1_xxxx.py:75:19: F821 Undefined name `instantiate_client_v1`
|
Ruff (F821):
tests/tests_rf/test_v1_xxxx.py#L91
tests/tests_rf/test_v1_xxxx.py:91:19: F821 Undefined name `instantiate_client_v1`
|
Ruff (F401):
tests/tests_rf/test_v2_apis.py#L11
tests/tests_rf/test_v2_apis.py:11:5: F401 `evohomeasync2.schema.SCH_FULL_CONFIG` imported but unused
|
Ruff (F401):
tests/tests_rf/test_v2_apis.py#L13
tests/tests_rf/test_v2_apis.py:13:5: F401 `evohomeasync2.schema.SCH_USER_ACCOUNT` imported but unused
|
Ruff (F841):
tests/tests_rf/test_v2_apis.py#L31
tests/tests_rf/test_v2_apis.py:31:5: F841 Local variable `token_manager` is assigned to but never used
|
Ruff (F821):
tests/tests_rf/test_v2_task.py#L205
tests/tests_rf/test_v2_task.py:205:35: F821 Undefined name `instantiate_client_v2`
|
lint (3.12)
Process completed with exit code 1.
|