Drop asynctest (#44746)
This commit is contained in:
parent
2b0556520b
commit
65cf2fcb6f
906 changed files with 1360 additions and 1254 deletions
|
@ -3,6 +3,7 @@ from datetime import date, datetime, timedelta
|
|||
import enum
|
||||
import os
|
||||
from socket import _GLOBAL_DEFAULT_TIMEOUT
|
||||
from unittest.mock import Mock, patch
|
||||
import uuid
|
||||
|
||||
import pytest
|
||||
|
@ -11,8 +12,6 @@ import voluptuous as vol
|
|||
import homeassistant
|
||||
from homeassistant.helpers import config_validation as cv, template
|
||||
|
||||
from tests.async_mock import Mock, patch
|
||||
|
||||
|
||||
def test_boolean():
|
||||
"""Test boolean validation."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue