Files
home-assistant-core/tests/components/airthings_ble/conftest.py
T
2022-09-29 15:55:45 -04:00

9 lines
163 B
Python

"""Define fixtures available for all tests."""
import pytest
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth):
"""Auto mock bluetooth."""