Files
home-assistant-core/tests/components/kegtron/conftest.py
T

9 lines
148 B
Python

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