ansible/test
Felix Fontein 8d93ba9120
Plugin/module docs: parse return values, add collection names in them (version_added_collection), and format them nicely in ansible-doc (#69796)
* Tag return value docs if they are a dict (and not str/None).

* Try to parse return docs as YAML.

* Properly dump return values in ansible-doc.

* Adjust plugin formatter.

* Add changelog fragment.

* Don't add 'default' for return values.

* Fix plugin_formatter.

* Only try to parse return docs if they are still a string.

* Add tests.

* Warn if RETURN cannot be parsed.

* Adjust tests. Also test for warning.

* if -> elif (otherwise EXAMPLE will be parsed too).

* Always parse return documentation, and fail if it is invalid YAML.

* Polishing.

* Mostly re-enable ansible-doc tests.

Listing from the local collection seems to be somewhat broken. I assume this
is why the test was disabled.

* Lint and make tests work with Python 2.

* Keep FQCNs in plugins (not modules), i.e. restore previous state.
2020-06-11 11:03:43 -07:00
..
ansible_test
integration Plugin/module docs: parse return values, add collection names in them (version_added_collection), and format them nicely in ansible-doc (#69796) 2020-06-11 11:03:43 -07:00
lib/ansible_test ansible-test: vcenter initialize group/vmware (#70011) 2020-06-11 12:21:44 -04:00
sanity Intercept code-smell tests using subprocess. 2020-06-10 16:07:47 -07:00
support Deprecation revisited (#69926) 2020-06-09 15:21:19 -07:00
units galaxy - preserve symlinks on build/install (#69959) 2020-06-11 06:46:42 +10:00
utils/shippable ansible-test - fix up relative util import for powershell validate-modules (#69753) 2020-05-29 14:31:59 +10:00