diff options
| author | Mike Edmunds <medmunds@gmail.com> | 2026-03-19 11:22:57 -0700 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-04-11 08:54:07 -0400 |
| commit | a8ef1a697bbe7b74141cd74c26d15ed35dd7817f (patch) | |
| tree | 66db50ebda8c67b653cbfca0cb3418e06edb51c3 /scripts | |
| parent | 36ccdcc511e8ca5dc20e881fb9a3a310a8f85871 (diff) | |
Refs #36953 -- Split apart catchall MailTests.
Replaced large MailTests class with smaller classes focused on
specific django.core.mail APIs:
- EmailMessageTests: covering EmailMessage and EmailMultiAlternatives
classes (the bulk of the former MailTests cases).
- SendMailTests, SendMassMailTests, MailAdminsAndManagersTests:
covering the function-based mail APIs.
- GetConnectionTests: covering get_connection().
- DeprecatedInternalsTests: covering deprecated internal methods used
in deprecated functionality.
- DummyBackendTests: covering the dummy EmailBackend.
In the process, moved the two cases from MailTimeZoneTests into the new
EmailMessageTests, as they related to EmailMessage Date headers.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
