Opened 12 years ago

Closed 12 years ago

#17248 closed Cleanup/optimization (fixed)

TestCase.assertRaisesMessage is only in Dev version

Reported by: greg.nicholas@… 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)

17248.diff (929 bytes ) - added by Preston Holmes 12 years ago.

Download all attachments as: .zip

Change History (3)

by Preston Holmes, 12 years ago

Attachment: 17248.diff added

comment:1 by Preston Holmes, 12 years ago

Has patch: set
Triage Stage: UnreviewedAccepted

comment:2 by Aymeric Augustin, 12 years ago

Resolution: fixed
Status: newclosed

In [17105]:

Fixed #17248 -- Added a missing versionadded directive for TestCase.assertRaisesMessage.

Note: See TracTickets for help on using tickets.
Back to Top