Skip to content

Commit

Permalink
[3.2.x] Fixed #32507 -- Added link to assertHTMLEqual() in assertInHT…
Browse files Browse the repository at this point in the history
…ML() docs.

Backport of 286fb73 from master
  • Loading branch information
jacobtylerwalls authored and felixxm committed Mar 5, 2021
1 parent 49970b5 commit 3fd83c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/topics/testing/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3fd83c4

Please sign in to comment.