mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix unit test relative imports, and permissions for included collection requirements (#29)
* Fix Hetzner firewall unit test imports.
* Make sure tests can actually access collections.
* Fix more relative imports.
* Fix more relative imports.
* Fix more includes.
* Fix more tests.
* One more.
* Fix syntax error in sanity import tests (invalid escape sequence "\$" caused by non-raw docs block)
* Fix permissions of ansible-test parts for sanity tests.
* Revert "Fix permissions of ansible-test parts for sanity tests."
This reverts commit c2713f0a12.
This commit is contained in:
@@ -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.cloudengine import ce_lacp
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..ce_module import TestCloudEngineModule, load_fixture
|
||||
from .ce_module import TestCloudEngineModule, load_fixture
|
||||
|
||||
|
||||
class TestCloudEngineLacpModule(TestCloudEngineModule):
|
||||
|
||||
Reference in New Issue
Block a user