Files
homeassistant-core/tests/components/sensorpush/conftest.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
165 B
Python
Raw Normal View History

2022-07-21 20:31:23 -05:00
"""SensorPush session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth: None) -> None:
"""Auto mock bluetooth."""