mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 23:35:20 +02:00
Add option to disable specific integrations (#16757)
* Add option to disable specific integrations * Lint
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""Fixtures for cloud tests."""
|
||||
import pytest
|
||||
|
||||
from . import mock_cloud, mock_cloud_prefs
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def mock_cloud_fixture(hass):
|
||||
"""Fixture for cloud component."""
|
||||
mock_cloud(hass)
|
||||
return mock_cloud_prefs(hass)
|
||||
Reference in New Issue
Block a user