Changes between Version 5 and Version 6 of Ticket #36953
- Timestamp:
- Mar 19, 2026, 1:31:39 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36953 – Description
v5 v6 92 92 * test_attach_mimepart_prohibits_other_params +subTest 93 93 * test_attach_content_is_required 94 * test_dummy_backend → LocmemBackendTests94 * test_dummy_backend → DummyBackendTests 95 95 * test_arbitrary_keyword → GetConnectionTests 96 96 * test_custom_backend → GetConnectionTests … … 170 170 * test_close_connection 171 171 * test_use_as_contextmanager 172 173 * +DummyBackendTests: new class for dummy EmailBackend test cases 172 174 173 175 * LocmemBackendTests(BaseEmailBackendTests) → no changes