7 lines
210 B
Python
7 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."""
|