mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-10 13:14:37 +02:00
Use shared unit test utils from community.internal_test_tools.
This commit is contained in:
parent
be9a7ed3ad
commit
3efd2e3f2d
16 changed files with 22 additions and 229 deletions
|
@ -8,9 +8,10 @@ __metaclass__ = type
|
|||
|
||||
import json
|
||||
|
||||
from ansible_collections.community.routeros.tests.unit.compat.mock import patch
|
||||
from ansible_collections.community.internal_test_tools.tests.unit.compat.mock import patch
|
||||
from ansible_collections.community.internal_test_tools.tests.unit.plugins.modules.utils import set_module_args
|
||||
|
||||
from ansible_collections.community.routeros.plugins.modules import command
|
||||
from ansible_collections.community.routeros.tests.unit.plugins.modules.utils import set_module_args
|
||||
from .routeros_module import TestRouterosModule, load_fixture
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue