Use builtin mock (#36473)

This commit is contained in:
Paulus Schoutsen 2020-06-05 01:59:55 -07:00 committed by GitHub
parent 874c8fea03
commit 4170eb0f83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 13 deletions

View file

@ -1,10 +1,11 @@
"""Fixtures for tests."""
from mock import patch
import pytest
from .common import ComponentFactory
from tests.async_mock import patch
@pytest.fixture()
def vera_component_factory():