Changes between Version 9 and Version 10 of Ticket #36953
- Timestamp:
- Mar 19, 2026, 4:14:07 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36953 – Description
v9 v10 152 152 * test_send (the str/unicode distinction went away in Python 3, so this and the next test are now redundant; could clean up in a later ticket) 153 153 * test_send_unicode 154 * test_send_long_lines 154 * test_send_long_lines → EmailMessageTests 155 155 * test_send_many 156 156 * test_send_verbose_name → EmailMessageTests … … 165 165 * test_wrong_admins_managers → MailAdminsAndManagersTests 166 166 * test_message_cc_header → remove (duplicates EmailMessageTests.test_cc*) 167 * test_idn_send 168 * test_recipient_without_domain 169 * test_lazy_addresses 167 * test_idn_send → EmailMessageTests and SendMailTests 168 * test_recipient_without_domain → EmailMessageTests 169 * test_lazy_addresses → EmailMessageTests and SendMailTests 170 170 * test_close_connection 171 171 * test_use_as_contextmanager