mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
8 lines
296 B
Python
8 lines
296 B
Python
from djrill.tests.test_legacy import *
|
|
from djrill.tests.test_mandrill_send import *
|
|
from djrill.tests.test_mandrill_send_template import *
|
|
from djrill.tests.test_mandrill_webhook import *
|
|
from djrill.tests.test_mandrill_subaccounts import *
|
|
|
|
from djrill.tests.test_mandrill_integration import *
|