Files
core/tests/components/bluetooth_le_tracker/conftest.py
T
2022-07-18 19:16:24 -05:00

8 lines
210 B
Python

"""Tests for the bluetooth_le_tracker component."""
import pytest
@pytest.fixture(autouse=True)
def bluetooth_le_tracker_auto_mock_bluetooth(mock_bluetooth):
"""Mock the bluetooth integration scanner."""