mails.tests.test_model_based_backend module¶
-
class
mails.tests.test_model_based_backend.
ModelEmailBackendTests
(methodName='runTest')[source]¶ Bases:
django.test.testcases.TestCase
Test the ModelEmailBackend object assuming the MailEngine and DirectMailUtil work properly.
-
test_non_rendered_database_entries
()[source]¶ Test non rendered mail database entries are correct after sending email.
-
test_rendered_database_entries
()[source]¶ Test rendered mail database entries are correct after sending email.
-