summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/community/collection_contributors/collection_integration_tests.rst
diff options
context:
space:
mode:
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