mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
"""Pytest module configuration."""
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from .common import build_device_info_mock, build_device_mock
|
||||
|
||||
from tests.async_mock import AsyncMock, patch
|
||||
|
||||
|
||||
@pytest.fixture(name="discovery")
|
||||
def discovery_fixture():
|
||||
|
||||
Reference in New Issue
Block a user