mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
38bccadaa6
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
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."""
|