summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Klychkov <aklychko@redhat.com>2021-08-04 23:27:32 +0300
committerGitHub <noreply@github.com>2021-08-04 15:27:32 -0500
commitb9a5208e38b0942567e2e16704d18ae0d39d52c7 (patch)
tree50ee63882bf36b4d41aae34610b044869cc8289c
parentd18ac7bdc0487ee964951e9256ff3fffbdc7d0a9 (diff)
downloadansible-b9a5208e38b0942567e2e16704d18ae0d39d52c7.tar.gz
developing_collections_testing: Fix formatting (#75233) (#75239)
(cherry picked from commit f8bb182589b9ba04bad4d32ee29d5cdcd2d84548)
-rw-r--r--docs/docsite/rst/dev_guide/developing_collections_testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/dev_guide/developing_collections_testing.rst b/docs/docsite/rst/dev_guide/developing_collections_testing.rst
index ca50d3ef9f..b7a728d057 100644
--- a/docs/docsite/rst/dev_guide/developing_collections_testing.rst
+++ b/docs/docsite/rst/dev_guide/developing_collections_testing.rst
@@ -29,7 +29,7 @@ See :ref:`testing_compile` and :ref:`testing_sanity` for more information. See t
Adding unit tests
-----------------
-You must place unit tests in the appropriate``tests/unit/plugins/`` directory. For example, you would place tests for ``plugins/module_utils/foo/bar.py`` in ``tests/unit/plugins/module_utils/foo/test_bar.py`` or ``tests/unit/plugins/module_utils/foo/bar/test_bar.py``. For examples, see the `unit tests in community.general <https://github.com/ansible-collections/community.general/tree/master/tests/unit/>`_.
+You must place unit tests in the appropriate ``tests/unit/plugins/`` directory. For example, you would place tests for ``plugins/module_utils/foo/bar.py`` in ``tests/unit/plugins/module_utils/foo/test_bar.py`` or ``tests/unit/plugins/module_utils/foo/bar/test_bar.py``. For examples, see the `unit tests in community.general <https://github.com/ansible-collections/community.general/tree/master/tests/unit/>`_.
To run all unit tests for all supported Python versions::