Drop asynctest (#44746)
This commit is contained in:
parent
2b0556520b
commit
65cf2fcb6f
906 changed files with 1360 additions and 1254 deletions
|
@ -2,6 +2,7 @@
|
|||
import asyncio
|
||||
import logging
|
||||
import queue
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
|
@ -9,8 +10,6 @@ from homeassistant.bootstrap import async_setup_component
|
|||
from homeassistant.components import system_log
|
||||
from homeassistant.core import callback
|
||||
|
||||
from tests.async_mock import MagicMock, patch
|
||||
|
||||
_LOGGER = logging.getLogger("test_logger")
|
||||
BASIC_CONFIG = {"system_log": {"max_entries": 2}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue