core/tests/components/bosch_shc/conftest.py

9 lines
167 B
Python
Raw Normal View History

2021-11-19 04:23:20 +00:00
"""bosch_shc session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def bosch_shc_mock_async_zeroconf(mock_async_zeroconf):
"""Auto mock zeroconf."""