2021-09-18 21:25:05 +02:00
|
|
|
"""Define fixtures available for all tests."""
|
|
|
|
|
|
2022-07-24 11:38:45 -05:00
|
|
|
import pytest
|
2021-09-18 21:25:05 +02:00
|
|
|
|
|
|
|
|
|
2022-07-24 11:38:45 -05:00
|
|
|
@pytest.fixture(autouse=True)
|
2024-05-31 04:16:45 +02:00
|
|
|
def mock_bluetooth(enable_bluetooth: None) -> None:
|
2022-07-24 11:38:45 -05:00
|
|
|
"""Auto mock bluetooth."""
|