test(integration): add above/below threshold command tests #12
Annotations
6 errors
|
Run Tests
Process completed with exit code 1.
|
|
Ruff (I001):
tests/test_integration_with_mock_api.py#L7
tests/test_integration_with_mock_api.py:7:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (F401):
tests/mocks/test_mock_server.py#L5
tests/mocks/test_mock_server.py:5:8: F401 `pytest` imported but unused
|
|
Ruff (F401):
tests/mocks/nitro_server.py#L19
tests/mocks/nitro_server.py:19:8: F401 `os` imported but unused
|
|
Ruff (F541):
tests/mocks/generate_fixtures.py#L852
tests/mocks/generate_fixtures.py:852:11: F541 f-string without any placeholders
|
|
Ruff (I001):
tests/conftest.py#L32
tests/conftest.py:32:5: I001 Import block is un-sorted or un-formatted
|