summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-03-05 15:20:31 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-03-05 21:21:25 +0100
commit3fd83c48db0ef2506ea376417d207f48763c131d (patch)
treef2dc3d06e049b9183526f50d1d44dc840030eede
parent49970b5e4d187f39f9fb35c334cd957e3a9e1d61 (diff)
[3.2.x] Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.
Backport of 286fb73b6962d197ed0cf041755fb724cfe08600 from master
-rw-r--r--docs/topics/testing/tools.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 5e2bfcfc84..98e773fb31 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1666,7 +1666,8 @@ your test suite.
of ``needle`` occurrences will be strictly verified.
Whitespace in most cases is ignored, and attribute ordering is not
- significant. The passed-in arguments must be valid HTML.
+ significant. The passed-in arguments must be valid HTML. See
+ :meth:`~SimpleTestCase.assertHTMLEqual` for more details.
.. method:: SimpleTestCase.assertJSONEqual(raw, expected_data, msg=None)