We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4abefc commit 0fd1b7aCopy full SHA for 0fd1b7a
docs/writing/tests.rst
@@ -16,7 +16,7 @@ Some general rules of testing:
16
alone, and also within the test suite, regardless of the order they are called.
17
The implication of this rule is that each test must be loaded with a fresh
18
dataset and may have to do some cleanup afterwards. This is usually
19
- handled by `setUp()` and `tearDown()` methods.
+ handled by ``setUp()`` and ``tearDown()`` methods.
20
21
- Try hard to make tests that run fast. If one single test needs more than a
22
few millisecond to run, development will be slowed down or the tests will not
0 commit comments