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)
commitd9ede77154bb3956db6ea22bc7f9d2f50d9b2bc5
tree8bda44f56cddae8c72212654138a16ee535da11b
parentafe61390da5434277effe31f7c73ae41f55f0e00
Make extra sure Django's setup test environment is run.

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.
htsworkflow/frontend/experiments/test_experiments.py