Use builtin mock (#36473)
This commit is contained in:
parent
874c8fea03
commit
4170eb0f83
6 changed files with 13 additions and 13 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue