Files
django-anymail/djrill/tests/__init__.py
medmunds 4be12952a3 Add send-template tests (and fixes).
Add test cases for send-template.
Expand template_content dict into Mandrill's name/value array.
Don't send template_content as "None" if missing.

Clean up some variable names in the backend.
2013-01-11 13:28:49 -08:00

5 lines
126 B
Python

from test_admin import *
from test_legacy import *
from test_mandrill_send import *
from test_mandrill_send_template import *