2021-08-20 11:41:36 +00:00
|
|
|
"""Standard fixtures for the Fjäråskupan integration."""
|
|
|
|
from __future__ import annotations
|
|
|
|
|
2022-08-01 14:56:08 +00:00
|
|
|
import pytest
|
2021-08-20 11:41:36 +00:00
|
|
|
|
|
|
|
|
2022-08-01 14:56:08 +00:00
|
|
|
@pytest.fixture(autouse=True)
|
|
|
|
def mock_bluetooth(enable_bluetooth):
|
|
|
|
"""Auto mock bluetooth."""
|