Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#7773 closed (fixed)

Add regression test to the django.core.mail

Reported by: Sung-jin Hong Owned by: Sung-jin Hong
Component: Core (Mail) Version: dev
Severity: Keywords: tests mail
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django.core.mail is lacking regression tests.

Attachments (1)

mail-regression-test.diff (1.3 KB ) - added by Sung-jin Hong 16 years ago.
A yet simple mail regression test to confirm correct EmailMessage operation plus a test for header injection.

Download all attachments as: .zip

Change History (5)

by Sung-jin Hong, 16 years ago

Attachment: mail-regression-test.diff added

A yet simple mail regression test to confirm correct EmailMessage operation plus a test for header injection.

comment:1 by Sung-jin Hong, 16 years ago

Owner: changed from nobody to Sung-jin Hong
Status: newassigned

Claiming my ticket.

comment:2 by Simon Greenhill, 16 years ago

Keywords: tests mail added
milestone: 1.0 beta
Triage Stage: UnreviewedReady for checkin

comment:3 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [7975]) Fixed #7773 -- Added some simple tests for EmailMessage. Thanks to serialx for the patch.

comment:4 by Jacob, 13 years ago

milestone: 1.0 beta

Milestone 1.0 beta deleted

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