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
2018-01-11 15:41:53 -08:00
..
__init__.py
ignore.txt Validate modules arg spec fixes (#34477) 2018-01-11 15:41:53 -08:00
main.py Validate modules arg spec fixes (#34477) 2018-01-11 15:41:53 -08:00
module_args.py Validate modules arg spec fixes (#34477) 2018-01-11 15:41:53 -08:00
schema.py metadata 1.1 2017-08-15 23:12:08 -07:00
skip.txt
test_validate_modules_regex.py
utils.py
validate-modules