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
127 changed files with 237 additions and 212 deletions

View File

@@ -4,10 +4,12 @@
from __future__ import annotations
from ansible_collections.community.internal_test_tools.tests.unit.compat import unittest, mock
import unittest
from copy import deepcopy
from unittest import mock
from .oneview_module_loader import SanManagerModule
from .hpe_test_utils import OneViewBaseTestCase
from copy import deepcopy
FAKE_MSG_ERROR = 'Fake message error'