From f8bb182589b9ba04bad4d32ee29d5cdcd2d84548 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 12 Jul 2021 17:57:23 +0300 Subject: [PATCH] developing_collections_testing: Fix formatting (#75233) --- docs/docsite/rst/dev_guide/developing_collections_testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_collections_testing.rst b/docs/docsite/rst/dev_guide/developing_collections_testing.rst index ca50d3ef9ff..b7a728d057e 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 `_. +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 `_. To run all unit tests for all supported Python versions::