summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/dev_guide/testing_validate-modules.rst (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a new check to ensure that module arguments are valid python identifiers ...Matt Martz2019-03-051-1/+1
* validate-modules: Documentation bool (#50085)Abhijeet Kasurde2019-02-151-1/+2
* Prevent metadata changes in a stable branch (#48994)Matt Martz2018-11-261-0/+1
* Remove more docs build errors (#45364)Alicia Cozine2018-09-111-0/+2
* Change validate-modules for removed modulesToshio Kuratomi2018-08-251-1/+5
* Add AnsibleModule signature schema, and fix associated issues (#43512)Matt Martz2018-07-311-0/+1
* Add shell out checks (#41545)Andrea Tartaglia2018-06-211-0/+2
* Argument spec must be dict/hash (#40858)Abhijeet Kasurde2018-06-201-0/+1
* Remove tab check from validate-modules.Matt Clay2018-05-211-1/+0
* Use arg_spec type for comparisons on default and choices (#37741)Matt Martz2018-03-261-0/+4
* Add several new doc<->arg_spec checks (#36247)Matt Martz2018-02-151-0/+3
* Module deprecation: docs, scheme and tests (#34100)John R Barker2018-01-301-2/+2
* ANSIBLE_METADATA doesn't support YAML currently, change 315 to invalid data t...Matt Martz2018-01-171-1/+1
* Compare arg+aliases between docs and argument_spec (#34809)Matt Martz2018-01-171-0/+2
* Extend validate-modules to check the next to last line (#34819)jctanner2018-01-151-0/+1
* Validate modules arg spec fixes (#34477)Matt Martz2018-01-121-0/+1
* Add validation test for new copyright (#32919)Will Thames2017-12-161-0/+1
* Fix module validator handling of empty options.Matt Clay2017-12-061-0/+1
* Allow specific __future__ imports in modulesToshio Kuratomi2017-07-281-120/+79
* Added test for 'RETURN' field in validate-modules (#23322)Andrea Tartaglia2017-05-021-0/+2
* Docs how to test (2nd) (#24094)John R Barker2017-04-281-0/+181