summaryrefslogtreecommitdiff
path: root/tests/mail/test_backends.py
AgeCommit message (Collapse)Author
2026-04-11Fixed #36953 -- Split EmailBackend tests to separate file.Mike Edmunds
Moved tests for specific email backends from tests/mail/tests.py to test_backends.py to reduce file size and discourage adding non-backend-specific tests to BaseEmailBackendTests.