mails.tests.test_mail_engine module

class mails.tests.test_mail_engine.MailLogModelTests(methodName='runTest')[source]

Bases: django.test.testcases.TestCase

Test the MailEngine object.

test_valid_instantiation()[source]

Test if init method of the engine works properly.

test_invalid_mail_code()[source]

Test if invalid configuration files are handled properly.

test_positive_validation_delayed_rendering()[source]

Test if validation works and rendering is delayed.

test_positive_direct_validation()[source]

Test if validation and rendering works as required.

test_additional_parameters()[source]

Test if validation and rendering works as required if given extra parameters.