Files
django-anymail/djrill/tests/__init__.py
medmunds 3a6e0ebb30 Clean up session sharing
* Test cases
* Fix premature session.close when caller
  is managing email backend connection
* Ensure session closed correct in exceptions
* Changelog

(Also fixes bug where JSON serialization errors
didn't respect fail_silently.)
2015-11-30 16:50:58 -08:00

8 lines
314 B
Python

from djrill.tests.test_mandrill_send import *
from djrill.tests.test_mandrill_send_template import *
from djrill.tests.test_mandrill_session_sharing import *
from djrill.tests.test_mandrill_subaccounts import *
from djrill.tests.test_mandrill_webhook import *
from djrill.tests.test_mandrill_integration import *