mirror of
https://github.com/pacnpal/django-anymail.git
synced 2026-03-23 09:09:28 -04:00
(Improves testing accuracy around API response encoding.) * Add `six` as test dependency (six.BytesIO, six.b) * Change MockResponse content to bytes (because HTTP responses are bytes, not strings)