mirror of
https://github.com/Matysh/houseplan-card
synced 2026-07-31 16:38:31 +00:00
test_trail_recorder injected fake homeassistant modules into sys.modules at import time; every pytest_homeassistant_custom_component fixture in the same session then failed with 'module homeassistant has no attribute util'. The stubs now live inside a snapshot that is restored in a finally block.