core/tests/components/yeelight/conftest.py

10 lines
254 B
Python
Raw Normal View History

2020-10-23 14:28:21 +00:00
"""yeelight conftest."""
import pytest
from tests.components.light.conftest import mock_light_profiles # noqa: F401
@pytest.fixture(autouse=True)
def yeelight_mock_get_source_ip(mock_get_source_ip):
"""Mock network util's async_get_source_ip."""