1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-15 16:30:04 +00:00
Files
core/tests/components/bluetooth_le_tracker/conftest.py
2022-07-22 13:19:53 -05:00

9 lines
140 B
Python

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