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 mochad switch platform."""
|
||||
import unittest.mock as mock
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.components import switch
|
||||
from homeassistant.components.mochad import switch as mochad
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
import tests.async_mock as mock
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def pymochad_mock():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue