2022-07-22 18:19:53 +00:00
|
|
|
"""Session fixtures."""
|
|
|
|
|
2022-07-19 00:16:24 +00:00
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
2024-05-31 02:16:45 +00:00
|
|
|
def mock_bluetooth(enable_bluetooth: None) -> None:
|
2022-07-22 18:19:53 +00:00
|
|
|
"""Auto mock bluetooth."""
|