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:
medmunds
2013-01-11 13:28:49 -08:00
parent 207e94e6d0
commit 4be12952a3
3 changed files with 69 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
from test_admin import *
from test_legacy import *
from test_mandrill_send import *
from test_mandrill_send_template import *