Files
django-anymail/anymail/tests/__init__.py
2016-02-27 11:16:04 -08:00

7 lines
241 B
Python

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