mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 15:06:18 +01:00
* Add tests for the wemo component. * Prefer mock tools from tests.async_mock over importing asynctest directly * Avoid using `entity/entities` except when referring to an `Entity` instance in wemo tests * Remove the overridden event_loop fixture from the wemo tests * Patch the library code, not the integration code, in the wemo tests
2 lines
36 B
Python
2 lines
36 B
Python
"""Tests for the wemo component."""
|