1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-19 12:37:06 +00:00
2022-08-10 10:08:02 -10:00

9 lines
151 B
Python

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