Files
2022-07-22 13:19:53 -05:00

9 lines
140 B
Python

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