ansible/test/lib/ansible_test/_internal/sanity
Matt Clay 064e8e1ef4
Fix ansible-doc traceback and sanity test. (#62040)
* Fix ansible-doc traceback for removed modules.

This avoids tracebacks with errors like the following when a module has been removed:

module module_name missing documentation (or could not parse documentation): 'NoneType' object does not support item assignment

* Fix ansible-doc sanity test warning handling.

Warnings about removed modules/plugins on stderr are now properly ignored.

Previously an ansible-doc error could result in unrelated errors going undetected because tests were stopped early and the underlying error was ignored.
2019-09-10 00:29:34 -07:00
..
__init__.py Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible_doc.py Fix ansible-doc traceback and sanity test. (#62040) 2019-09-10 00:29:34 -07:00
bin_symlinks.py
compile.py
ignores.py
import.py
integration_aliases.py
pep8.py
pslint.py
pylint.py
rstcheck.py
sanity_docs.py
shellcheck.py
validate_modules.py validate-modules - Use error codes instead of numbers (#60711) 2019-08-28 14:12:56 -07:00
yamllint.py