1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-13 02:19:16 +00:00
Vincent Giorgi d5b966d942
Add Airthings BLE component ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-09-29 15:55:45 -04:00

9 lines
163 B
Python

"""Define fixtures available for all tests."""
import pytest
@pytest.fixture(autouse=True)
def mock_bluetooth(enable_bluetooth):
"""Auto mock bluetooth."""