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 the arcam_fmj component."""
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
from arcam.fmj.client import Client
|
||||
from arcam.fmj.state import State
|
||||
import pytest
|
||||
|
@ -7,7 +9,6 @@ from homeassistant.components.arcam_fmj.const import DEFAULT_NAME
|
|||
from homeassistant.components.arcam_fmj.media_player import ArcamFmj
|
||||
from homeassistant.const import CONF_HOST, CONF_PORT
|
||||
|
||||
from tests.async_mock import Mock, patch
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
MOCK_HOST = "127.0.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue