Remove django test environment setup code.
[htsworkflow.git] / htsworkflow / submission / test / test_condorfastq.py
index ffb9f88620356ba0e61800db60fa4715463515e2..1e1c2d9bc56677cdef09b5b2efca48d296e5fdb3 100644 (file)
@@ -7,6 +7,10 @@ import shutil
 import tempfile
 
 from django.test import TestCase
+from django.test.utils import setup_test_environment, \
+     teardown_test_environment
+from django.db import connection
+from django.conf import settings
 
 from htsworkflow.submission.condorfastq import CondorFastqExtract
 from htsworkflow.submission.results import ResultMap