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/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.
7 years ago
..
__init__.py Port sivel/ansible-validate-modules into Ansible 9 years ago
ignore.txt docker_* modules: remove from validate-modules ignore list (#52402) 7 years ago
main.py validate-modules: Harmonize error messages (#52385) 7 years ago
module_args.py Make sure to clean up even if an exception occurs (#50620) 7 years ago
schema.py Introduce new 'required_by' argument_spec option (#28662) 7 years ago
skip.txt Module deprecation: docs, scheme and tests (#34100) 8 years ago
test_validate_modules_regex.py Fix shebangs and file modes and update tests. (#40563) 8 years ago
utils.py Perform full RETURN schema validation in one step, don't try to loop (#46079) 7 years ago
validate-modules Make validate-modules a .py file, and symlink back to validate-modules (#25227) 9 years ago