mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
Docs: List of Sanity Tests (#52986)
* Improve sanity test docs, how to run sanity tests section
This commit is contained in:
parent
cf6a92d268
commit
80cc6417fa
2 changed files with 25 additions and 58 deletions
|
@ -3,12 +3,16 @@
|
|||
FILENAME=../docsite/rst/dev_guide/testing/sanity/index.rst
|
||||
|
||||
cat <<- EOF >$FILENAME.new
|
||||
.. _all_sanity_tests:
|
||||
|
||||
Sanity Tests
|
||||
============
|
||||
|
||||
The following sanity tests are available as \`\`--test\`\` options for \`\`ansible-test sanity\`\`.
|
||||
This list is also available using \`\`ansible-test sanity --list-tests\`\`.
|
||||
|
||||
For information on how to run these tests, see :ref:\`sanity testing guide <testing_sanity>\`.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue