core/tests/components/sensorpush/conftest.py

9 lines
184 B
Python
Raw Normal View History

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