Drop asynctest (#44746)
This commit is contained in:
parent
2b0556520b
commit
65cf2fcb6f
906 changed files with 1360 additions and 1254 deletions
|
@ -1,4 +1,6 @@
|
|||
"""Tests for 1-Wire config flow."""
|
||||
from unittest.mock import patch
|
||||
|
||||
from pyownet import protocol
|
||||
|
||||
from homeassistant.components.onewire.const import (
|
||||
|
@ -19,8 +21,6 @@ from homeassistant.data_entry_flow import (
|
|||
|
||||
from . import setup_onewire_owserver_integration, setup_onewire_sysbus_integration
|
||||
|
||||
from tests.async_mock import patch
|
||||
|
||||
|
||||
async def test_user_owserver(hass):
|
||||
"""Test OWServer user flow."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue