From 2d777b5679b9c84de8efd46fb44a55630218ebf3 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 28 Feb 2012 14:01:06 -0800 Subject: [PATCH] Tests for DjrillMessage. --- djrill/tests.py | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/djrill/tests.py b/djrill/tests.py index e69de29..70bd17b 100644 --- a/djrill/tests.py +++ b/djrill/tests.py @@ -0,0 +1,51 @@ +from django.conf import settings +from django.core.exceptions import ImproperlyConfigured +from django.test import TestCase + +from djrill.mail import DjrillMessage + + +class DjrillMessageTests(TestCase): + def setUp(self): + self.subject = "Djrill baby djrill." + self.from_email = "test@example" + self.to = ["King Kong ", + "Cheetah