core/tests/components/ld2410_ble/conftest.py

9 lines
151 B
Python
Raw Normal View History

2023-01-06 02:15:03 +00:00
"""ld2410_ble session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth):
"""Auto mock bluetooth."""