CM-59844: add some basic test coverage to validate updates #1778
Annotations
9 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (I001):
tests/test_models_deserialization.py#L1
tests/test_models_deserialization.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (ANN001):
tests/cyclient/test_client_base_exceptions.py#L189
tests/cyclient/test_client_base_exceptions.py:189:43: ANN001 Missing type annotation for function argument `monkeypatch`
|
|
Ruff (ANN001):
tests/cyclient/test_client_base_exceptions.py#L182
tests/cyclient/test_client_base_exceptions.py:182:46: ANN001 Missing type annotation for function argument `monkeypatch`
|
|
Ruff (ANN001):
tests/cyclient/test_client_base_exceptions.py#L175
tests/cyclient/test_client_base_exceptions.py:175:48: ANN001 Missing type annotation for function argument `monkeypatch`
|
|
Ruff (SIM117):
tests/cli/apps/mcp/test_mcp_command.py#L182
tests/cli/apps/mcp/test_mcp_command.py:182:5: SIM117 Use a single `with` statement with multiple contexts instead of nested `with` statements
|
|
Ruff (SIM117):
tests/cli/apps/mcp/test_mcp_command.py#L165
tests/cli/apps/mcp/test_mcp_command.py:165:5: SIM117 Use a single `with` statement with multiple contexts instead of nested `with` statements
|
|
Ruff (SIM117):
tests/cli/apps/mcp/test_mcp_command.py#L110
tests/cli/apps/mcp/test_mcp_command.py:110:5: SIM117 Use a single `with` statement with multiple contexts instead of nested `with` statements
|
|
Ruff (I001):
tests/cli/apps/mcp/test_mcp_command.py#L1
tests/cli/apps/mcp/test_mcp_command.py:1:1: I001 Import block is un-sorted or un-formatted
|