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/runner/lib
Matt Clay 66654475e1 Update ansible-test Python version handling.
Minimum version requirements for sanity tests have been standardized:

- All single version sanity tests now require Python 3.5 or later.
- All multiple version sanity tests continue to use all supported Python versions.
- All version neutral sanity tests continue to work on any supported Python version.

Previously some tests required 3.5 or later with most of the remaining tests requiring 2.7 or later.

When using the `--python` option to specify a Python version:

- Tests which do not support the specified Python version will be skipped with a warning.
- If the specified Python version is not available, any test attempting to use it will generate an error.

When not using the `--python` option to specify a Python version:

- Multiple version tests will attempt to run on all supported versions.
- Single version tests will use the current version if supported and available, or if no supported version is available.
- Single version tests will use the lowest available and supported version if the current version is not supported.
- Any versions which are not available or supported will be skipped with a warning.

Unit tests automatically skip unavailable Python versions unless `--python` was used to specify a version.
5 years ago
..
cloud Fix ansible-test cloud testing for collections. 5 years ago
integration Initial ansible-test support for collections. (#59197) 5 years ago
provider Ignore deleted when querying git in ansible-test. 5 years ago
sanity Update ansible-test Python version handling. 5 years ago
__init__.py Add future and metaclass boilerplate to test code. 5 years ago
ansible_util.py Initial ansible-test support for collections. (#59197) 5 years ago
cache.py Code cleanup for test infrastructure. (#59046) 5 years ago
changes.py Code cleanup for test infrastructure. (#59046) 5 years ago
classification.py Initial ansible-test support for collections. (#59197) 5 years ago
cli.py Initial ansible-test support for collections. (#59197) 5 years ago
config.py Initial ansible-test support for collections. (#59197) 5 years ago
constants.py Add future and metaclass boilerplate to test code. 5 years ago
core_ci.py Initial ansible-test support for collections. (#59197) 5 years ago
cover.py Fix incorrect collections coverage warning. 5 years ago
coverage_util.py Initial ansible-test support for collections. (#59197) 5 years ago
csharp_import_analysis.py Initial ansible-test support for collections. (#59197) 5 years ago
data.py Initial ansible-test support for collections. (#59197) 5 years ago
delegation.py Initial ansible-test support for collections. (#59197) 5 years ago
diff.py Code cleanup for test infrastructure. (#59046) 5 years ago
docker_util.py Clean up pylint issues in test infra. 5 years ago
env.py Add future and metaclass boilerplate to test code. 5 years ago
executor.py Update ansible-test Python version handling. 5 years ago
git.py Code cleanup for test infrastructure. (#59046) 5 years ago
http.py Clean up pylint issues in test infra. 5 years ago
import_analysis.py Initial ansible-test support for collections. (#59197) 5 years ago
init.py Add future and metaclass boilerplate to test code. 5 years ago
manage_ci.py Initial ansible-test support for collections. (#59197) 5 years ago
metadata.py Code cleanup for test infrastructure. (#59046) 5 years ago
payload.py Initial ansible-test support for collections. (#59197) 5 years ago
powershell_import_analysis.py Initial ansible-test support for collections. (#59197) 5 years ago
target.py Fix ansible-test encoding issues. 5 years ago
test.py Initial ansible-test support for collections. (#59197) 5 years ago
thread.py Add future and metaclass boilerplate to test code. 5 years ago
types.py Initial ansible-test support for collections. (#59197) 5 years ago
util.py Update ansible-test Python version handling. 5 years ago
util_common.py Initial ansible-test support for collections. (#59197) 5 years ago