palazzem / ha-econnect-alarm

Home Assistant integration that provides a full-fledged Alarm Panel to control your Elmo/IESS alarm systems.
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

HASS fixtures turn on `DEBUG` logging if `pytest` is launched with `-v` #134

Closed palazzem closed 7 months ago

palazzem commented 7 months ago

Describe the bug HASS fixtures turn on the DEBUG log even though we don't need it in our test suite.

Error message When a test fails, elmo.api.client logger spam with logs messages.

Expected behavior Debug logs must not be enabled.

Additional context n/a

To Reproduce n/a

Environment