mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
9 lines
334 B
Python
9 lines
334 B
Python
from djrill.tests.test_admin import *
|
|
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 *
|