This commit is contained in:
Felix Fontein
2025-10-10 21:19:28 +02:00
parent f7e976f3da
commit 892e9d9cbd
59 changed files with 77 additions and 22 deletions
@@ -8,9 +8,6 @@ import pytest
from ansible.inventory.data import InventoryData
from ansible.parsing.dataloader import DataLoader
from ansible.template import Templar
from ansible_collections.community.docker.plugins.inventory.docker_containers import (
InventoryModule,
)
from ansible_collections.community.internal_test_tools.tests.unit.compat.mock import (
create_autospec,
)
@@ -18,6 +15,10 @@ from ansible_collections.community.internal_test_tools.tests.unit.utils.trust im
make_trusted,
)
from ansible_collections.community.docker.plugins.inventory.docker_containers import (
InventoryModule,
)
@pytest.fixture(scope="module")
def templar():