1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-22 20:09:35 +00:00
Files
core/tests/components/thermopro/conftest.py
2022-08-25 08:24:55 -05:00

9 lines
150 B
Python

"""ThermoPro session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth):
"""Auto mock bluetooth."""