ansible/test/sanity/validate-modules
Dag Wieers d3bebb661c validate-modules: Harmonize error messages (#52385)
When fixing known errors, the error messages did not make it easy to
find what parameter was having issues (because it was not in the errpr).

Now it consistently starts with the parameter name, and then shows first
the argspec and then the documentation values.

This helps quick assessments.
2019-02-18 09:38:14 -06:00
..
__init__.py
ignore.txt docker_* modules: remove from validate-modules ignore list (#52402) 2019-02-16 07:14:29 -08:00
main.py validate-modules: Harmonize error messages (#52385) 2019-02-18 09:38:14 -06:00
module_args.py Make sure to clean up even if an exception occurs (#50620) 2019-01-08 09:03:49 -06:00
schema.py Introduce new 'required_by' argument_spec option (#28662) 2019-02-15 10:57:45 +10:00
skip.txt Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
test_validate_modules_regex.py Fix shebangs and file modes and update tests. (#40563) 2018-05-22 14:25:36 -07:00
utils.py Perform full RETURN schema validation in one step, don't try to loop (#46079) 2018-09-24 16:38:04 -05:00
validate-modules