hass-core/tests/components/medcom_ble/conftest.py
Edouard Lafargue 4028596977
Add Medcom Bluetooth integration (#100289)
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-26 13:41:34 -05:00

8 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."""