mirror of
https://github.com/Hopiu/django.git
synced 2026-03-25 10:20:31 +00:00
test_server_login() was a regression test for a crash when passing Unicode strings to SMTP server using CRAM-MD5 method on Python 2. Python 2 is no longer supported and test_server_login() passes even without FakeSMTPChannel.smtp_AUTH() because smtplib.SMTPAuthenticationError is raised when AUTH is not implemented. |
||
|---|---|---|
| .. | ||
| attachments | ||
| __init__.py | ||
| custombackend.py | ||
| test_sendtestemail.py | ||
| tests.py | ||