core/tests/components/eufylife_ble/conftest.py

9 lines
149 B
Python

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