mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-21 04:11:06 -05:00
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.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from test_admin import *
|
||||
from test_legacy import *
|
||||
from test_mandrill_send import *
|
||||
from test_mandrill_send_template import *
|
||||
|
||||
Reference in New Issue
Block a user