From 748fd9836ae42728b301cc05879bcb0c5c7c0666 Mon Sep 17 00:00:00 2001 From: David Szotten Date: Sun, 9 Aug 2015 10:56:11 +0100 Subject: [PATCH] Update faq.rst need double backticks --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index a9851fe84..3fbc94d32 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -40,7 +40,7 @@ My tests are not being found. Why not? [pytest] python_files=*.py -When debugging test collection problems, the `--collectonly` flag and `-rs` +When debugging test collection problems, the ``--collectonly`` flag and ``-rs`` (report skipped tests) can be helpful. How do South and pytest-django play together?