Remove django test environment setup code.
authorDiane Trout <diane@ghic.org>
Fri, 17 Jan 2014 23:04:22 +0000 (15:04 -0800)
committerDiane Trout <diane@ghic.org>
Fri, 17 Jan 2014 23:04:22 +0000 (15:04 -0800)
commit6b0392dd1788ee645fe4a467fce28d8640d2c8f2
treea7072c42e4b3b7aa43e3afd2545b590a068983c7
parent66ff05735858fcabb789638f15b9b4f29285da87
Remove django test environment setup code.

I've found djangos ./manage.py test to work quite well these days,
and attempting to manually setup the django test environment generates
an exception on shutdown.
htsworkflow/frontend/experiments/test_experiments.py
htsworkflow/frontend/inventory/test_inventory.py
htsworkflow/frontend/samples/test_samples.py
htsworkflow/submission/test/test_condorfastq.py