1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-07 07:29:17 +00:00
Jan Čermák 9680161701
Add RAPT Bluetooth integration ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-04-16 17:19:03 -10:00

9 lines
149 B
Python

"""RAPT BLE session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth):
"""Auto mock bluetooth."""