Files
homeassistant-core/tests/components/switchbot/conftest.py
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
177 B
Python
Raw Normal View History

2021-09-18 21:25:05 +02:00
"""Define fixtures available for all tests."""
2022-07-24 11:38:45 -05:00
import pytest
2021-09-18 21:25:05 +02:00
2022-07-24 11:38:45 -05:00
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth: None) -> None:
2022-07-24 11:38:45 -05:00
"""Auto mock bluetooth."""