Remove django test environment setup code.
[htsworkflow.git] / htsworkflow / submission / test / test_condorfastq.py
index 09d68083c1ec50052c450a71e9d9e24356573cf7..1e1c2d9bc56677cdef09b5b2efca48d296e5fdb3 100644 (file)
@@ -680,16 +680,6 @@ class TestCondorFastq(TestCase):
             self.assertTrue('12345_C02F9ACXX_c202_l3_r2.fastq' in arguments[3])
 
 
-OLD_DB = settings.DATABASES['default']['NAME']
-def setUpModule():
-    setup_test_environment()
-    connection.creation.create_test_db()
-
-def tearDownModule():
-    connection.creation.destroy_test_db(OLD_DB)
-    teardown_test_environment()
-
-
 def suite():
     from unittest2 import TestSuite, defaultTestLoader
     suite = TestSuite()