Use built-in test helpers on 3.8 (#34901)
This commit is contained in:
parent
6b16c34fd0
commit
ec47216388
303 changed files with 1163 additions and 1320 deletions
|
@ -2,11 +2,11 @@
|
|||
import copy
|
||||
import uuid
|
||||
|
||||
from asynctest import patch
|
||||
|
||||
from homeassistant.components.lovelace import dashboard, resources
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.async_mock import patch
|
||||
|
||||
RESOURCE_EXAMPLES = [
|
||||
{"type": "js", "url": "/local/bla.js"},
|
||||
{"type": "css", "url": "/local/bla.css"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue