Add and improve Unicode-related unit tests for e-mail sending.

Review Request #11681 — Created June 27, 2021 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

This adds some unit tests and updates existing unit tests for the e-mail
code to ensure that Unicode content works correctly and consistently
between Python 2 and 3.

There are no fixes needed along with this, though these tests do depend
on fixes for Djblets's e-mail header and address building code.

Unit tests pass on Python 2 and 3.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add and improve Unicode-related unit tests for e-mail sending.
This adds some unit tests and updates existing unit tests for the e-mail code to ensure that Unicode content works correctly and consistently between Python 2 and 3. There are no fixes needed along with this, though these tests do depend on fixes for Djblets's e-mail header and address building code.
65328f70fc9452bf380145eea2bb59c574fc0e46 Christian Hammond
reviewboard/notifications/tests/test_email_sending.py
Loading...