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/runner/lib/sanity
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
7 years ago
..
__init__.py Update ansible-test sanity command. (#31958) 7 years ago
ansible_doc.py Enable Python 3.7 in ansible-test. 7 years ago
import.py Update ansible-test sanity command. (#31958) 7 years ago
pep8.py Update ansible-test sanity command. (#31958) 7 years ago
pylint.py Add pylint plugin support to ansible-test. 7 years ago
rstcheck.py Update ansible-test sanity command. (#31958) 7 years ago
sanity_docs.py Convert sanity tests to plugins. (#28425) 7 years ago
shellcheck.py Convert sanity tests to plugins. (#28425) 7 years ago
validate_modules.py Validate modules arg spec fixes (#34477) 7 years ago
yamllint.py Update ansible-test sanity command. (#31958) 7 years ago