ansible/test/runner/lib
Matt Clay 5d7cc993dd
Clean up sanity test ignore handling. (#59749)
* Allow sanity tests to easily ignore themselves.

Useful for simple regex based sanity tests that error on their own script due to the regex or error message generated.

* Simplify no-smart-quotes sanity test.

Pruning of unversioned directories is handled by ansible-test.

* Remove directory pruning from boilerplate tests.

Files not passing these tests should be ignored instead.

* Add missing sanity ignore entries.
2019-07-29 14:37:44 -07:00
..
cloud Fix ansible-test cloud testing for collections. 2019-07-24 00:17:11 -07:00
integration Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
provider Ignore deleted when querying git in ansible-test. 2019-07-23 23:36:08 -07:00
sanity Clean up sanity test ignore handling. (#59749) 2019-07-29 14:37:44 -07:00
__init__.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
ansible_util.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
cache.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
changes.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
classification.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
cli.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
config.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
constants.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
core_ci.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
cover.py Fix incorrect collections coverage warning. 2019-07-23 22:06:17 -07:00
coverage_util.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
csharp_import_analysis.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
data.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
delegation.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
diff.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
docker_util.py podman-docker docker compat for ansible-test (#59539) 2019-07-29 17:34:45 -04:00
env.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
executor.py Update ansible-test Python version handling. 2019-07-29 11:54:03 -07:00
git.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
http.py Clean up pylint issues in test infra. 2019-07-15 14:45:30 -07:00
import_analysis.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
init.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
manage_ci.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
metadata.py Code cleanup for test infrastructure. (#59046) 2019-07-12 13:17:20 -07:00
payload.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
powershell_import_analysis.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
target.py Fix ansible-test encoding issues. 2019-07-25 23:29:42 -07:00
test.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
thread.py Add future and metaclass boilerplate to test code. 2019-07-12 09:18:24 -07:00
types.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
util.py Update ansible-test Python version handling. 2019-07-29 11:54:03 -07:00
util_common.py Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00