Opened 9 years ago
Closed 9 years ago
#17248 closed Cleanup/optimization (fixed)
TestCase.assertRaisesMessage is only in Dev version
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The TestCase.assertRaisesMessage method is new in the development version, but the documentation doesn't state this anywhere.
https://docs.djangoproject.com/en/dev/topics/testing/#assertions
Attachments (1)
Change History (3)
Changed 9 years ago by
Attachment: | 17248.diff added |
---|
comment:1 Changed 9 years ago by
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In [17105]: