evorepo/main/tests
Frank Vanderham bee446fc98 Fix Python 2 to 3 Unicode issues for string join
Revisited earlier commit where email subject lines with potentially
mixed encoding are joined into a single string. This fix brings in
the 'codecs' import to decode bytes to string using either the passed
encoding (if provided) or otherwise utf-8.

Changed the test_donor_import to no longer convert the Header to a
string and instead leave it as a byte array.
2019-01-21 21:19:58 +01:00
..
__init__.py Add donation import management script (#81) 2018-02-17 12:53:20 -05:00
test_donor_import.py Fix Python 2 to 3 Unicode issues for string join 2019-01-21 21:19:58 +01:00
test_templatetags_flags.py More code refactoring / tests (#79) 2018-01-29 14:10:10 -05:00
test_templatetags_pgp.py main: run 2to3 2019-01-21 21:19:58 +01:00