style(ruff): linting and formatting fixes #30
Annotations
7 errors and 2 warnings
Run Pytest:
backend/tests/test_redis.py#L57
test_add_to_queue_redis
redis.exceptions.ConnectionError: Error -3 connecting to fake-redis:6379. Temporary failure in name resolution.
|
Run Pytest:
backend/tests/test_utils.py#L94
test_redis_exception_handling
Exception: Redis connection failed
|
Run Pytest:
backend/tests/test_utils.py#L100
test_invalid_json_in_queue
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
|
Run Pytest:
backend/tests/test_websockets.py#L164
test_send_current_playing
RuntimeError: dictionary changed size during iteration
|
Run Pytest:
backend/tests/test_websockets.py#L183
test_send_queue
RuntimeError: dictionary changed size during iteration
|
Run Pytest:
backend/tests/test_websockets.py#L247
test_websocket_disconnect
AssertionError: Connection 140518223137536 was not removed from music_control
assert '140518223137536' not in {'140518223137536': <test_websockets.MockWebSocket object at 0x7fccf2c64b00>}
|
Run Pytest
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Pytest:
opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages/pydantic/_internal/_config.py#L295
Support for class-based `config` is deprecated, use ConfigDict instead.
|
Loading