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/docs/docsite/rst/dev_guide
Matt Clay d651bda123
Relocate ansible-test code. (#60147)
* Initial move of `test/runner/` content.

`test/runner/lib/` -> `test/lib/ansible_test/_internal/`
`test/runner/`     -> `test/lib/ansible_test/_internal/data/`

* Initial move of `test/sanity/` content.

`test/sanity/` -> `test/lib/ansible_test/_internal/data/sanity/` (except `test/sanity/ignore.txt`)

* Initial move of `test/units/pytest/` content.

`test/units/pytest/` -> `test/lib/ansible_test/_internal/data/pytest/`

* Follow-up move of `test/runner/unit/` content.

`test/lib/ansible_test/_internal/data/unit/` -> `test/lib/ansible_test/tests/unit/`

* Initial move of `ansible.cfg` content.

`test/units/ansible.cfg` -> `test/lib/ansible_test/_internal/data/units/ansible.cfg`
`test/env/ansible.cfg` -> `test/lib/ansible_test/_internal/data/env/ansible.cfg`

* Follow-up move of `data` directory.

`test/lib/ansible_test/_internal/data/` -> `test/lib/ansible_test/_data/`

* Update import statements.

* Add missing __init__.py for unit tests.

* Fix path references and miscellaneous issues.
6 years ago
..
platforms vmware_guest: speed up vmware_guest tests 6 years ago
shared_snippets Clarify that GPLv3+ module_utils need core team approval (#56740) 7 years ago
style_guide describe how to link to modules or plugins (#57806) 7 years ago
testing/sanity Relocate ansible-test code. (#60147) 6 years ago
collections_tech_preview.rst clarify what a namespace is or is not (#59809) 6 years ago
debugging.rst Add an example for the debugging module (#50197) 6 years ago
developing_api.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_core.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_inventory.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_locally.rst Update local module options (#57553) 7 years ago
developing_module_utilities.rst Docs: edits & expands module_utils & search path info in dev guide (#55931) 7 years ago
developing_modules.rst rewrite of the developer guide, part 1 (#45179) 7 years ago
developing_modules_best_practices.rst Rename python files in hacking/ directory to have .py suffix 6 years ago
developing_modules_checklist.rst Clarify documentation on _info vs. _facts modules (#56611) 7 years ago
developing_modules_documenting.rst Cloud dev docs to rst (#56485) 7 years ago
developing_modules_general.rst remove ambiguity: use "my_test" as module name (#59335) 6 years ago
developing_modules_general_aci.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_modules_general_windows.rst Ansible.Basic - add required_by to module spec (#51407) 7 years ago
developing_modules_in_groups.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_plugins.rst removes last :doc: links in the dev guide (#58417) 7 years ago
developing_program_flow_modules.rst Developer documentation update involving module invocation (#55747) 7 years ago
developing_python_3.rst adds stub API docs in a single file (#46663) 7 years ago
developing_rebasing.rst Update developing_rebasing.rst (#51650) 7 years ago
index.rst Generate galaxy.yml based on single source of truth (#59170) 6 years ago
module_lifecycle.rst rewrite of the developer guide, part 1 (#45179) 7 years ago
overview_architecture.rst Docs: edits & expands module_utils & search path info in dev guide (#55931) 7 years ago
testing.rst removes last :doc: links in the dev guide (#58417) 7 years ago
testing_compile.rst Remove more docs build errors (#45364) 7 years ago
testing_documentation.rst Update docs references for ansible-test. (#60109) 6 years ago
testing_httptester.rst removes last :doc: links in the dev guide (#58417) 7 years ago
testing_integration.rst Update Testing page for OS version (#53800) 7 years ago
testing_integration_legacy.rst restores legacy testing file (#46095) 7 years ago
testing_pep8.rst Remove obsolete docs on pep8 sanity test. 6 years ago
testing_running_locally.rst removes last :doc: links in the dev guide (#58417) 7 years ago
testing_sanity.rst Docs: List of Sanity Tests (#52986) 7 years ago
testing_units.rst removes last :doc: links in the dev guide (#58417) 7 years ago
testing_units_modules.rst removes last :doc: links in the dev guide (#58417) 7 years ago
testing_validate-modules.rst Relocate ansible-test code. (#60147) 6 years ago