1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00
Files
core/tests/components/tilt_ble/conftest.py
2022-09-07 09:24:21 -05:00

9 lines
145 B
Python

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