Use built-in test helpers on 3.8 (#34901)

This commit is contained in:
Paulus Schoutsen
2020-04-30 13:29:50 -07:00
committed by GitHub
parent 6b16c34fd0
commit ec47216388
303 changed files with 1163 additions and 1320 deletions

View File

@@ -1,5 +1,4 @@
"""Define tests for the PlayStation 4 config flow."""
from asynctest import patch
from pyps4_2ndscreen.errors import CredentialTimeout
import pytest
@@ -21,6 +20,7 @@ from homeassistant.const import (
)
from homeassistant.util import location
from tests.async_mock import patch
from tests.common import MockConfigEntry
MOCK_TITLE = "PlayStation 4"