core/tests/components/aranet/conftest.py

9 lines
147 B
Python
Raw Normal View History

2022-10-31 03:50:46 +00:00
"""Aranet session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth):
"""Auto mock bluetooth."""