1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 23:52:02 +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."""