mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user