mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
This commit is contained in:
parent
e2f778d579
commit
69b0736fad
13 changed files with 22 additions and 18 deletions
|
@ -717,7 +717,7 @@ A subclass of :class:`unittest.TestCase` that adds this functionality:
|
|||
* Verifying that a template :meth:`has/hasn't been used to generate a given
|
||||
response content <SimpleTestCase.assertTemplateUsed>`.
|
||||
* Verifying that two :meth:`URLs <SimpleTestCase.assertURLEqual>` are equal.
|
||||
* Verifying a HTTP :meth:`redirect <SimpleTestCase.assertRedirects>` is
|
||||
* Verifying an HTTP :meth:`redirect <SimpleTestCase.assertRedirects>` is
|
||||
performed by the app.
|
||||
* Robustly testing two :meth:`HTML fragments <SimpleTestCase.assertHTMLEqual>`
|
||||
for equality/inequality or :meth:`containment <SimpleTestCase.assertInHTML>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue