Drop asynctest (#44746)
This commit is contained in:
parent
2b0556520b
commit
65cf2fcb6f
906 changed files with 1360 additions and 1254 deletions
|
@ -1,12 +1,12 @@
|
|||
"""The tests for the mFi switch platform."""
|
||||
import unittest.mock as mock
|
||||
|
||||
import pytest
|
||||
|
||||
import homeassistant.components.mfi.switch as mfi
|
||||
import homeassistant.components.switch as switch_component
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
import tests.async_mock as mock
|
||||
|
||||
PLATFORM = mfi
|
||||
COMPONENT = switch_component
|
||||
THING = "switch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue