mirror of
https://github.com/home-assistant/core.git
synced 2026-05-15 04:51:20 +01:00
4028596977
Co-authored-by: J. Nick Koston <nick@koston.org>
9 lines
174 B
Python
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."""
|