1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-05 07:04:05 +01:00
Files
core/tests/components/fjaraskupan/conftest.py
T

9 lines
189 B
Python

"""Standard fixtures for the Fjäråskupan integration."""
import pytest
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth: None) -> None:
"""Auto mock bluetooth."""