diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2021-03-05 15:20:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-05 20:20:31 +0000 |
| commit | 286fb73b6962d197ed0cf041755fb724cfe08600 (patch) | |
| tree | 1a42f1059ffe5b6b987edb2c91b4420d64e5ea4b /docs | |
| parent | 22c9af0eae5be38618b5facbb55f5d62c661d9af (diff) | |
Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing/tools.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index fba515b4fa..7b3ceb3c81 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1661,7 +1661,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) |
