mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Refactor ansible-test config classes. (#26505)
* Move Config classes from executor.py to config.py. * Move Environment and Test config to config.py. * Move Coverage/CoverageReport Config to config.py. * Clean up type hints.
This commit is contained in:
@@ -27,6 +27,13 @@ from lib.executor import (
|
||||
command_shell,
|
||||
SUPPORTED_PYTHON_VERSIONS,
|
||||
COMPILE_PYTHON_VERSIONS,
|
||||
ApplicationWarning,
|
||||
Delegate,
|
||||
generate_pip_install,
|
||||
check_startup,
|
||||
)
|
||||
|
||||
from lib.config import (
|
||||
PosixIntegrationConfig,
|
||||
WindowsIntegrationConfig,
|
||||
NetworkIntegrationConfig,
|
||||
@@ -34,10 +41,6 @@ from lib.executor import (
|
||||
UnitsConfig,
|
||||
CompileConfig,
|
||||
ShellConfig,
|
||||
ApplicationWarning,
|
||||
Delegate,
|
||||
generate_pip_install,
|
||||
check_startup,
|
||||
)
|
||||
|
||||
from lib.sanity import (
|
||||
|
||||
Reference in New Issue
Block a user