mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 00:52:39 +01:00
9 lines
151 B
Python
9 lines
151 B
Python
"""SensorPush session fixtures."""
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
|
def mock_bluetooth(enable_bluetooth):
|
|
"""Auto mock bluetooth."""
|