mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Drop asynctest (#44746)
This commit is contained in:
@ -3,12 +3,11 @@
|
||||
import os
|
||||
import tempfile
|
||||
from typing import Tuple
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
from homeassistant.components import shell_command
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.async_mock import MagicMock, patch
|
||||
|
||||
|
||||
def mock_process_creator(error: bool = False):
|
||||
"""Mock a coroutine that creates a process when yielded."""
|
||||
|
Reference in New Issue
Block a user