1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-04 16:50:18 +00:00
Files
core/tests/components/sensorpush/conftest.py
2022-07-21 20:31:23 -05:00

9 lines
184 B
Python

"""SensorPush session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def auto_mock_bleak_scanner_start(mock_bleak_scanner_start):
"""Auto mock bleak scanner start."""