You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_internal
Matt Clay a81dd4f06a
Update ansible-test default containers. (#69819)
* Move ansible-test completion code.

* Fix a few type hints.

* Change docker completion based on context.

Collections now use version 2.0 of the default-test-container.
This is an updated version of the earlier 1.x default-test-container with ansible-base and cloud specific requirements removed.

Testing of ansible-base now uses version 1.0 of a new ansible-base-test-container.
This container is similar to the earlier 1.x default-test-container, but with unnecessary duplication of requirements across Python versions removed.

Collections which have tests that depend on requirements no longer present in the default test container should specify them in their test requirements files:

* tests/integration/requirements.txt
* tests/unit/requirements.txt

* Bump test container versions

Co-authored-by: Jordan Borean <jborean93@gmail.com>
4 years ago
..
ci Update ansible-test default containers. (#69819) 4 years ago
cloud support hard coded module_defaults.yml groups for collections (#69919) 4 years ago
coverage Report error for coverage 5+ in ansible-test. 5 years ago
integration Update ansible-test handling of delegation paths. (#69056) 5 years ago
provider Fix ansible-test submodule handling. (#68759) 5 years ago
sanity Split out and install sanity test requirements. (#69971) 4 years ago
units Fix ansible-test pytest plugin loading. (#62119) 5 years ago
__init__.py Relocate ansible-test code. (#60147) 5 years ago
ansible_util.py Split out and install sanity test requirements. (#69971) 4 years ago
cache.py Relocate ansible-test code. (#60147) 5 years ago
classification.py ansible-test: don't trigger full CI run for changes to changelogs/ and docs/ in collections (#68550) 5 years ago
cli.py Update ansible-test default containers. (#69819) 4 years ago
config.py Update ansible-test default containers. (#69819) 4 years ago
constants.py Relocate ansible-test code. (#60147) 5 years ago
core_ci.py Update ansible-test support for CI providers. 4 years ago
coverage_util.py Code cleanup and refactoring in ansible-test. (#67063) 5 years ago
csharp_import_analysis.py Add relative module_util support for powershell (#68321) 5 years ago
data.py Fix ansible-test submodule handling. (#68759) 5 years ago
delegation.py Update ansible-test default containers. (#69819) 4 years ago
diff.py Relocate ansible-test code. (#60147) 5 years ago
docker_util.py fix `ansible-test units` to work(ish) under podman (#69462) 4 years ago
encoding.py Code cleanup and refactoring in ansible-test. (#67063) 5 years ago
env.py Update ansible-test support for CI providers. 4 years ago
executor.py Update ansible-test default containers. (#69819) 4 years ago
git.py Fix ansible-test handling of git submodules. (#65027) 5 years ago
http.py Relocate ansible-test code. (#60147) 5 years ago
import_analysis.py Fix ansible-test change detection traceback. 5 years ago
init.py Relocate ansible-test code. (#60147) 5 years ago
io.py Add code coverage target analysis to ansible-test. (#67141) 5 years ago
manage_ci.py Update ansible-test default containers. (#69819) 4 years ago
metadata.py Update ansible-test support for CI providers. 4 years ago
payload.py Fix ansible-test delegation from pip install. 5 years ago
powershell_import_analysis.py Add relative module_util support for powershell (#68321) 5 years ago
target.py Testing: Add support for CentOS Linux On Power platform (#68130) 5 years ago
test.py Update ansible-test support for CI providers. 4 years ago
thread.py Relocate ansible-test code. (#60147) 5 years ago
types.py Code cleanup and refactoring in ansible-test. (#67063) 5 years ago
util.py Update ansible-test default containers. (#69819) 4 years ago
util_common.py Update ansible-test default containers. (#69819) 4 years ago
venv.py Fix ansible-test virtualenv real python search. 5 years ago