summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/community/collection_contributors/collection_integration_tests.rst
blob: 9eef463613caa59d27071578d9380b2a4c129de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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