Drop asynctest (#44746)
This commit is contained in:
parent
2b0556520b
commit
65cf2fcb6f
906 changed files with 1360 additions and 1254 deletions
|
@ -1,10 +1,11 @@
|
|||
"""The gateway tests for the august platform."""
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
from august.authenticator_common import AuthenticationState
|
||||
|
||||
from homeassistant.components.august.const import DOMAIN
|
||||
from homeassistant.components.august.gateway import AugustGateway
|
||||
|
||||
from tests.async_mock import MagicMock, patch
|
||||
from tests.components.august.mocks import _mock_august_authentication, _mock_get_config
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue