summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/community/collection_contributors/collection_integration_tests.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:04:21 +0000
commit8a754e0858d922e955e71b253c139e071ecec432 (patch)
tree527d16e74bfd1840c85efd675fdecad056c54107 /docs/docsite/rst/community/collection_contributors/collection_integration_tests.rst
parentInitial commit. (diff)
downloadansible-core-8a754e0858d922e955e71b253c139e071ecec432.tar.xz
ansible-core-8a754e0858d922e955e71b253c139e071ecec432.zip
Adding upstream version 2.14.3.upstream/2.14.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/docsite/rst/community/collection_contributors/collection_integration_tests.rst')
-rw-r--r--docs/docsite/rst/community/collection_contributors/collection_integration_tests.rst36
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/docsite/rst/community/collection_contributors/collection_integration_tests.rst b/docs/docsite/rst/community/collection_contributors/collection_integration_tests.rst
new file mode 100644
index 0000000..9eef463
--- /dev/null
+++ b/docs/docsite/rst/community/collection_contributors/collection_integration_tests.rst
@@ -0,0 +1,36 @@
+.. _collection_integration_tests:
+
+
+*****************************************
+Adding integration tests to a collection
+*****************************************
+
+This section describes the steps to add integration tests to a collection and how to run them locally using the ``ansible-test`` command.
+
+.. toctree::
+ :maxdepth: 1
+
+ collection_integration_about
+ collection_integration_updating
+ collection_integration_running
+ collection_integration_add
+
+
+.. seealso::
+
+ :ref:`testing_units_modules`
+ Unit testing Ansible modules
+ `pytest <https://docs.pytest.org/en/latest/>`_
+ Pytest framework documentation
+ :ref:`developing_testing`
+ Ansible Testing Guide
+ :ref:`collection_unit_tests`
+ Unit testing for collections
+ :ref:`testing_integration`
+ Integration tests guide
+ :ref:`testing_collections`
+ Testing collections
+ :ref:`testing_resource_modules`
+ Resource module integration tests
+ :ref:`collection_pr_test`
+ How to test a pull request locally