core/tests/components/eufylife_ble/conftest.py

9 lines
149 B
Python
Raw Normal View History

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