1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-14 07:55:05 +00:00

Unit tests: clean up compat imports (#10902)

Clean up compat imports.
This commit is contained in:
Felix Fontein 2025-10-11 10:03:37 +02:00 committed by GitHub
parent a8977afb04
commit 74b6a0294a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
127 changed files with 237 additions and 212 deletions

View file

@ -6,11 +6,11 @@ from __future__ import annotations
import jenkins
from unittest.mock import patch, call
from xml.etree import ElementTree as et
import pytest
from ansible_collections.community.internal_test_tools.tests.unit.compat.mock import patch, call
from ansible_collections.community.general.plugins.modules import jenkins_node
from ansible_collections.community.internal_test_tools.tests.unit.plugins.modules.utils import (
AnsibleExitJson,