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
Matt Martz dcc05093db Validate modules arg spec fixes (#34477)
* Update validate-modules arg_spec introspection to be faster, by only mocking the imports we explicitly list
* The use of types.MethodType in redhat_subscription wasn't py3 compatible, use partial instead
* Remove argument_spec import hacks, make them errors, we can ignore them with ansible-test
* Enable the --arg-spec flag for validate-modules
8 years ago
..
__init__.py Port sivel/ansible-validate-modules into Ansible 9 years ago
ignore.txt Validate modules arg spec fixes (#34477) 8 years ago
main.py Validate modules arg spec fixes (#34477) 8 years ago
module_args.py Validate modules arg spec fixes (#34477) 8 years ago
schema.py metadata 1.1 8 years ago
skip.txt Remove remnants of obsolete fireball mode. 9 years ago
test_validate_modules_regex.py Update validate-modules (#20932) 9 years ago
utils.py Make Reporter class hold all results, move line/col into results, and out of message (#24127) 9 years ago
validate-modules Make validate-modules a .py file, and symlink back to validate-modules (#25227) 9 years ago