Use unittest2's module hooks for setting up the django environment.
authorDiane Trout <diane@caltech.edu>
Thu, 29 Nov 2012 00:45:33 +0000 (16:45 -0800)
committerDiane Trout <diane@caltech.edu>
Thu, 29 Nov 2012 01:20:43 +0000 (17:20 -0800)
It'll set up and destroy the test environment as well as
configure the email handler per module test.

I only added the code to the modules that were using
django.test.TestCase


No differences found