mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 13:30:43 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
"""Test websocket API."""
|
||||
from pathlib import Path
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.async_mock import Mock, patch
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
async def setup_bp(hass):
|
||||
|
||||
Reference in New Issue
Block a user