Make extra sure Django's setup test environment is run.
authorDiane Trout <diane@caltech.edu>
Wed, 28 Nov 2012 19:19:58 +0000 (11:19 -0800)
committerDiane Trout <diane@caltech.edu>
Wed, 28 Nov 2012 19:19:58 +0000 (11:19 -0800)
When running under unit2 discover, the mail test was using
a real mail server as it didn't know to run Django's
setup_test_environment. This rather heavy handedly runs
the django setup/teardown functions for the TestEmailNotify module.


No differences found