2022-09-29 19:55:45 +00:00
|
|
|
"""Define fixtures available for all tests."""
|
|
|
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.fixture(autouse=True)
|
2024-05-31 02:16:45 +00:00
|
|
|
def mock_bluetooth(enable_bluetooth: None) -> None:
|
2022-09-29 19:55:45 +00:00
|
|
|
"""Auto mock bluetooth."""
|