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."""