Drop asynctest (#44746)

This commit is contained in:
Franck Nijhof
2021-01-01 22:31:56 +01:00
committed by GitHub
parent 2b0556520b
commit 65cf2fcb6f
906 changed files with 1360 additions and 1254 deletions

View File

@@ -7,6 +7,7 @@ import os
import sys
from tempfile import mkdtemp
import unittest
from unittest.mock import Mock
import pytest
@@ -19,8 +20,6 @@ from homeassistant.util.json import (
save_json,
)
from tests.async_mock import Mock
# Test data that can be saved as JSON
TEST_JSON_A = {"a": 1, "B": "two"}
TEST_JSON_B = {"a": "one", "B": 2}