mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-26 21:59:38 -07:00
parent
a8977afb04
commit
74b6a0294a
127 changed files with 237 additions and 212 deletions
|
|
@ -6,11 +6,11 @@ from __future__ import annotations
|
|||
|
||||
import pytest
|
||||
import json
|
||||
from unittest.mock import patch
|
||||
|
||||
pytest.importorskip('xmltodict')
|
||||
|
||||
from ansible_collections.community.internal_test_tools.tests.unit.plugins.modules.utils import ModuleTestCase, set_module_args, AnsibleFailJson, AnsibleExitJson
|
||||
from ansible_collections.community.internal_test_tools.tests.unit.compat.mock import patch
|
||||
|
||||
from ansible_collections.community.general.plugins.modules import pmem as pmem_module
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue