1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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
2018-01-11 15:41:53 -08:00
..
__init__.py Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
ansible_doc.py Enable Python 3.7 in ansible-test. 2017-11-21 09:24:04 -08:00
import.py Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
pep8.py Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
pylint.py Add pylint plugin support to ansible-test. 2018-01-05 19:59:17 -08:00
rstcheck.py Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00
sanity_docs.py Convert sanity tests to plugins. (#28425) 2017-08-18 17:21:11 -07:00
shellcheck.py Convert sanity tests to plugins. (#28425) 2017-08-18 17:21:11 -07:00
validate_modules.py Validate modules arg spec fixes (#34477) 2018-01-11 15:41:53 -08:00
yamllint.py Update ansible-test sanity command. (#31958) 2017-10-26 00:21:46 -07:00