mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-01 06:41:26 -07: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:
parent
bd8ea89b1b
commit
45e377566c
10 changed files with 270 additions and 231 deletions
|
@ -19,11 +19,14 @@ from lib.util import (
|
|||
ApplicationError,
|
||||
run_command,
|
||||
make_dirs,
|
||||
EnvironmentConfig,
|
||||
display,
|
||||
is_shippable,
|
||||
)
|
||||
|
||||
from lib.config import (
|
||||
EnvironmentConfig,
|
||||
)
|
||||
|
||||
AWS_ENDPOINTS = {
|
||||
'us-east-1': 'https://14blg63h2i.execute-api.us-east-1.amazonaws.com',
|
||||
'us-east-2': 'https://g5xynwbk96.execute-api.us-east-2.amazonaws.com',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue