core/tests/components/inkbird/conftest.py

9 lines
148 B
Python
Raw Normal View History

2022-07-22 03:17:09 +00:00
"""INKBIRD session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth):
2022-07-22 03:17:09 +00:00
"""Auto mock bluetooth."""