Skip to content

Commit 0fd1b7a

Browse files
author
kuyan
committed
Use code tags where needed.
1 parent d4abefc commit 0fd1b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Some general rules of testing:
1616
alone, and also within the test suite, regardless of the order they are called.
1717
The implication of this rule is that each test must be loaded with a fresh
1818
dataset and may have to do some cleanup afterwards. This is usually
19-
handled by `setUp()` and `tearDown()` methods.
19+
handled by ``setUp()`` and ``tearDown()`` methods.
2020

2121
- Try hard to make tests that run fast. If one single test needs more than a
2222
few millisecond to run, development will be slowed down or the tests will not

0 commit comments

Comments
 (0)