mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[3.2.x] Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.
Backport of 286fb73b6962d197ed0cf041755fb724cfe08600 from master
This commit is contained in:
parent
49970b5e4d
commit
3fd83c48db
@ -1666,7 +1666,8 @@ your test suite.
|
|||||||
of ``needle`` occurrences will be strictly verified.
|
of ``needle`` occurrences will be strictly verified.
|
||||||
|
|
||||||
Whitespace in most cases is ignored, and attribute ordering is not
|
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)
|
.. method:: SimpleTestCase.assertJSONEqual(raw, expected_data, msg=None)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user