summaryrefslogtreecommitdiff
path: root/docs/topics/testing/tools.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/testing/tools.txt')
-rw-r--r--docs/topics/testing/tools.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index c70b0b187d..e4fa3cee0f 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -617,8 +617,8 @@ Normal Python unit test classes extend a base class of
Hierarchy of Django unit testing classes
-SimpleTestCase
---------------
+``SimpleTestCase``
+------------------
.. class:: SimpleTestCase()
@@ -701,8 +701,8 @@ then you should use :class:`~django.test.TransactionTestCase` or
:exc:`unittest.SkipTest` in ``setUpClass()``, be sure to do it before
calling ``super()`` to avoid this.
-TransactionTestCase
--------------------
+``TransactionTestCase``
+-----------------------
.. class:: TransactionTestCase()
@@ -742,8 +742,8 @@ to test the effects of commit and rollback:
``TransactionTestCase`` inherits from :class:`~django.test.SimpleTestCase`.
-TestCase
---------
+``TestCase``
+------------
.. class:: TestCase()
@@ -811,8 +811,8 @@ additions, including:
.. _live-test-server:
-LiveServerTestCase
-------------------
+``LiveServerTestCase``
+----------------------
.. class:: LiveServerTestCase()