mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
"""Tests for async util methods from Python source."""
|
||||
import asyncio
|
||||
import time
|
||||
from unittest.mock import MagicMock, Mock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.util import async_ as hasync
|
||||
|
||||
from tests.async_mock import MagicMock, Mock, patch
|
||||
|
||||
|
||||
@patch("asyncio.coroutines.iscoroutine")
|
||||
@patch("concurrent.futures.Future")
|
||||
|
||||
Reference in New Issue
Block a user