From c58f0a7b8df3fb747d0c576731f0710fa961840a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 10 Apr 2019 18:52:31 +0200 Subject: [PATCH] doc: preseve block-quote structure (#53293) (#55072) Without the `::`, the indentation of the example block is lost. (cherry picked from commit 0b579a0837b6c80604c331166ce4542ff9cc2ae1) --- docs/docsite/rst/dev_guide/testing_running_locally.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/testing_running_locally.rst b/docs/docsite/rst/dev_guide/testing_running_locally.rst index 0d80d3d81c4..4fcf80e5499 100644 --- a/docs/docsite/rst/dev_guide/testing_running_locally.rst +++ b/docs/docsite/rst/dev_guide/testing_running_locally.rst @@ -70,7 +70,7 @@ be written. Online reports are available but only cover the ``devel`` branch (s Add the ``--coverage`` option to any test command to collect code coverage data. If you aren't using the ``--tox`` or ``--docker`` options which create an isolated python environment then you may have to use the ``--requirements`` option to ensure that the -correct version of the coverage module is installed +correct version of the coverage module is installed:: ansible-test units --coverage apt ansible-test integration --coverage aws_lambda --tox --requirements