1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-06 15:09:17 +00:00
Edouard Lafargue 4028596977
Add Medcom Bluetooth integration ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-26 13:41:34 -05:00

9 lines
174 B
Python

"""Common fixtures for the Medcom Inspector BLE tests."""
import pytest
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth):
"""Auto mock bluetooth."""