mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.
This commit is contained in:
parent
22c9af0eae
commit
286fb73b69
1 changed files with 2 additions and 1 deletions
|
|
@ -1661,7 +1661,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…
Add table
Add a link
Reference in a new issue