mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Remove config_flow tests
This commit is contained in:
@@ -1,17 +1,2 @@
|
|||||||
"""Tests for HomematicIP Cloud config flow."""
|
"""Tests for HomematicIP Cloud config flow."""
|
||||||
import asyncio
|
|
||||||
from unittest.mock import Mock, patch
|
|
||||||
|
|
||||||
import aiohue
|
|
||||||
import pytest
|
|
||||||
import voluptuous as vol
|
|
||||||
|
|
||||||
from homeassistant.components.homematicip_cloud import config_flow, const
|
|
||||||
|
|
||||||
from tests.common import MockConfigEntry, mock_coro
|
|
||||||
|
|
||||||
async def test_flow_works(hass, aioclient_mock):
|
|
||||||
"""Test config flow ."""
|
|
||||||
flow = config_flow.HomematicipCloudFlowHandler()
|
|
||||||
flow.hass = hass
|
|
||||||
await flow.async_step_init()
|
|
||||||
|
Reference in New Issue
Block a user