mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
19 lines
527 B
Python
19 lines
527 B
Python
# Exposing all TestCases at the 'tests' module level
|
|
# is required by the old (<=1.5) DjangoTestSuiteRunner.
|
|
|
|
from .test_mailgun_backend import *
|
|
from .test_mailgun_integration import *
|
|
|
|
from .test_mandrill_backend import *
|
|
from .test_mandrill_integration import *
|
|
|
|
from .test_postmark_backend import *
|
|
from .test_postmark_integration import *
|
|
|
|
from .test_sendgrid_backend import *
|
|
from .test_sendgrid_webhooks import *
|
|
from .test_sendgrid_integration import *
|
|
|
|
# Djrill leftovers:
|
|
from .test_mandrill_djrill_features import *
|