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 2198ecb1d2
Improve checking for unusable sanity test ignores. (#59833)
* Check sanity ignore paths against test paths.

This prevents ignores from being added for paths which will never be tested by the test being ignored or skipped.

* Fix sanity ignore handling for no/all targets.

This allows checking of ignores for tests which do not use a target list.

It also allows checking of the full ignore list on every test run for tests that always use all targets.
7 years ago
..
cloud Fix ansible-test cloud testing for collections. 7 years ago
integration Initial ansible-test support for collections. (#59197) 7 years ago
provider Ignore deleted when querying git in ansible-test. 7 years ago
sanity Improve checking for unusable sanity test ignores. (#59833) 7 years ago
__init__.py Add future and metaclass boilerplate to test code. 7 years ago
ansible_util.py Initial ansible-test support for collections. (#59197) 7 years ago
cache.py Code cleanup for test infrastructure. (#59046) 7 years ago
changes.py Code cleanup for test infrastructure. (#59046) 7 years ago
classification.py Initial ansible-test support for collections. (#59197) 7 years ago
cli.py Initial ansible-test support for collections. (#59197) 7 years ago
config.py Initial ansible-test support for collections. (#59197) 7 years ago
constants.py Add future and metaclass boilerplate to test code. 7 years ago
core_ci.py Initial ansible-test support for collections. (#59197) 7 years ago
cover.py Fix incorrect collections coverage warning. 7 years ago
coverage_util.py Initial ansible-test support for collections. (#59197) 7 years ago
csharp_import_analysis.py Initial ansible-test support for collections. (#59197) 7 years ago
data.py Initial ansible-test support for collections. (#59197) 7 years ago
delegation.py Initial ansible-test support for collections. (#59197) 7 years ago
diff.py Code cleanup for test infrastructure. (#59046) 7 years ago
docker_util.py podman-docker docker compat for ansible-test (#59539) 7 years ago
env.py Add future and metaclass boilerplate to test code. 7 years ago
executor.py Fix type discrepancy in ansible-test. 7 years ago
git.py Code cleanup for test infrastructure. (#59046) 7 years ago
http.py Clean up pylint issues in test infra. 7 years ago
import_analysis.py Initial ansible-test support for collections. (#59197) 7 years ago
init.py Add future and metaclass boilerplate to test code. 7 years ago
manage_ci.py Initial ansible-test support for collections. (#59197) 7 years ago
metadata.py Code cleanup for test infrastructure. (#59046) 7 years ago
payload.py Initial ansible-test support for collections. (#59197) 7 years ago
powershell_import_analysis.py Initial ansible-test support for collections. (#59197) 7 years ago
target.py Fix ansible-test encoding issues. 7 years ago
test.py Initial ansible-test support for collections. (#59197) 7 years ago
thread.py Add future and metaclass boilerplate to test code. 7 years ago
types.py Initial ansible-test support for collections. (#59197) 7 years ago
util.py Add paths_to_dirs function to ansible-test. 7 years ago
util_common.py Initial ansible-test support for collections. (#59197) 7 years ago