mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-21 12:21:06 -05:00
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.
5 lines
126 B
Python
5 lines
126 B
Python
from test_admin import *
|
|
from test_legacy import *
|
|
from test_mandrill_send import *
|
|
from test_mandrill_send_template import *
|