mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
"""Fixtures for Z-Wave tests."""
|
||||
from unittest.mock import AsyncMock, MagicMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.components.zwave import const
|
||||
|
||||
from tests.async_mock import AsyncMock, MagicMock, patch
|
||||
from tests.components.light.conftest import mock_light_profiles # noqa
|
||||
from tests.mock.zwave import MockNetwork, MockNode, MockOption, MockValue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user