1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-12 09:07:08 +00:00
spycle 0e0318dc53
Add Keymitt BLE integration ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-21 15:44:37 -10: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."""