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
|
@ -5,7 +5,6 @@ import logging
|
|||
from typing import Any, Dict, List, Optional
|
||||
from unittest.mock import call
|
||||
|
||||
from asynctest import patch
|
||||
import pytest
|
||||
from pytest import raises
|
||||
from pyvizio.api.apps import AppConfig
|
||||
|
@ -74,6 +73,7 @@ from .const import (
|
|||
VOLUME_STEP,
|
||||
)
|
||||
|
||||
from tests.async_mock import patch
|
||||
from tests.common import MockConfigEntry, async_fire_time_changed
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue