Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14440 closed (fixed)

Conversion of mail tests from doctest to unittests

Reported by: Andi Albrecht Owned by: nobody
Component: Testing framework Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The test suite for django.core.mail is currently in doctest format. It should be in unittest format.

Attachments (1)

bug14440.diff (39.0 KB ) - added by Andi Albrecht 14 years ago.

Download all attachments as: .zip

Change History (3)

by Andi Albrecht, 14 years ago

Attachment: bug14440.diff added

comment:1 by Jacob, 14 years ago

Resolution: fixed
Status: newclosed

(In [14143]) Fixed #14440 - Converted mail doctests to unittests.

Thanks to Rob Hudson for the patch and also to andialbrecht who filed a
similar patch that I didn't use.

comment:2 by Jacob, 14 years ago

(In [14144]) [1.2.X] Fixed #14440 - Converted mail doctests to unittests.

Thanks to Rob Hudson for the patch and also to andialbrecht who filed a
similar patch that I didn't use.

Backport of r14143 from trunk.

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