mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 22:54:24 +01:00
8 lines
210 B
Python
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."""
|