Files
2023-04-16 17:19:03 -10:00

9 lines
149 B
Python

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