diff options
author | Matt Clay <matt@mystile.com> | 2019-08-07 18:34:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-07 18:34:11 +0200 |
commit | a93a0c8fd6f48dced4b56a3077e3662e2853f30e (patch) | |
tree | 4c47207e8465a24d83d24070e395ada4bf44bd42 /docs | |
parent | Remove UnsafeProxy (#59711) (diff) | |
download | ansible-a93a0c8fd6f48dced4b56a3077e3662e2853f30e.tar.xz ansible-a93a0c8fd6f48dced4b56a3077e3662e2853f30e.zip |
Relocate validate-modules for easier testing. (#60214)
* Relocate module validator code and tests.
* Fix validate-modules entry point and imports.
* Fix paths and test entry points.
* Fix up unit tests.
* Fix shebang and execute bit.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/dev_guide/testing_validate-modules.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/testing_validate-modules.rst b/docs/docsite/rst/dev_guide/testing_validate-modules.rst index 28709f51df..d805e970c8 100644 --- a/docs/docsite/rst/dev_guide/testing_validate-modules.rst +++ b/docs/docsite/rst/dev_guide/testing_validate-modules.rst @@ -52,7 +52,7 @@ Help Extending validate-modules ========================== -The ``validate-modules`` tool has a `schema.py <https://github.com/ansible/ansible/blob/devel/test/lib/ansible_test/_data/sanity/validate-modules/schema.py>`_ that is used to validate the YAML blocks, such as ``DOCUMENTATION`` and ``RETURNS``. +The ``validate-modules`` tool has a `schema.py <https://github.com/ansible/ansible/blob/devel/test/lib/ansible_test/_data/sanity/validate-modules/validate_modules/schema.py>`_ that is used to validate the YAML blocks, such as ``DOCUMENTATION`` and ``RETURNS``. Codes |