summaryrefslogtreecommitdiff
path: root/doc/en/existingtestsuite.rst
diff options
context:
space:
mode:
authorboris <boris@verhovs.ky>2019-08-06 16:18:06 -0700
committerboris <boris@verhovs.ky>2019-08-06 16:18:06 -0700
commit23a0b532dbe72d6cb6ec923d9ce6f0a63a34fc28 (patch)
tree681fb33747fc5a3be3ff747ccc9978207df69cb7 /doc/en/existingtestsuite.rst
parent9fce0bdd88c425aa7b98dc4cc0c2696c19fdbd95 (diff)
downloadpytest-23a0b532dbe72d6cb6ec923d9ce6f0a63a34fc28.tar.gz
Revert "remove implicit code tags .replace("::\n\n.. code-block", "\n\n.. code-block")"
This reverts commit 9fce0bdd88c425aa7b98dc4cc0c2696c19fdbd95.
Diffstat (limited to 'doc/en/existingtestsuite.rst')
-rw-r--r--doc/en/existingtestsuite.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/existingtestsuite.rst b/doc/en/existingtestsuite.rst
index 8676baf76..956c970c2 100644
--- a/doc/en/existingtestsuite.rst
+++ b/doc/en/existingtestsuite.rst
@@ -15,7 +15,7 @@ Running an existing test suite with pytest
Say you want to contribute to an existing repository somewhere.
After pulling the code into your development space using some
flavor of version control and (optionally) setting up a virtualenv
-you will want to run
+you will want to run::
.. code-block:: bash