mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix more relative imports.
This commit is contained in:
@@ -24,7 +24,7 @@ import json
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch
|
||||
from ansible_collections.community.general.plugins.modules.network.edgeos import edgeos_command
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..edgeos_module import TestEdgeosModule, load_fixture
|
||||
from .edgeos_module import TestEdgeosModule, load_fixture
|
||||
|
||||
|
||||
class TestEdgeosCommandModule(TestEdgeosModule):
|
||||
|
||||
@@ -23,7 +23,7 @@ __metaclass__ = type
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch
|
||||
from ansible_collections.community.general.plugins.modules.network.edgeos import edgeos_config
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..edgeos_module import TestEdgeosModule, load_fixture
|
||||
from .edgeos_module import TestEdgeosModule, load_fixture
|
||||
|
||||
|
||||
class TestEdgeosConfigModule(TestEdgeosModule):
|
||||
|
||||
@@ -24,7 +24,7 @@ import json
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch
|
||||
from ansible_collections.community.general.plugins.modules.network.edgeos import edgeos_facts
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..edgeos_module import TestEdgeosModule, load_fixture
|
||||
from .edgeos_module import TestEdgeosModule, load_fixture
|
||||
|
||||
|
||||
class TestEdgeosFactsModule(TestEdgeosModule):
|
||||
|
||||
Reference in New Issue
Block a user