From 0fd1b7a9ab9f13ac6f1aa6eb7600af8f42779198 Mon Sep 17 00:00:00 2001 From: kuyan Date: Sat, 3 Aug 2013 19:12:18 -0700 Subject: [PATCH] Use code tags where needed. --- docs/writing/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/tests.rst b/docs/writing/tests.rst index a5ac785..43504cd 100644 --- a/docs/writing/tests.rst +++ b/docs/writing/tests.rst @@ -16,7 +16,7 @@ Some general rules of testing: alone, and also within the test suite, regardless of the order they are called. The implication of this rule is that each test must be loaded with a fresh dataset and may have to do some cleanup afterwards. This is usually - handled by `setUp()` and `tearDown()` methods. + handled by ``setUp()`` and ``tearDown()`` methods. - Try hard to make tests that run fast. If one single test needs more than a few millisecond to run, development will be slowed down or the tests will not