예제 #1
0
 def tearDownClass(cls):
     """
     Clean up the test
     """
     test_utils.clean_db()
     test_utils.clean_storage()
     User.objects.all().delete()
예제 #2
0
 def tearDown(self):
     """
     Cleans up the test environment.
     """
     test_utils.clean_db()
     test_utils.clean_storage()
     User.objects.all().delete()
예제 #3
0
 def tearDown(self):
     """
     Clean up the test
     """
     test_utils.clean_db()
     test_utils.clean_storage()
예제 #4
0
 def tearDown(self):
     """
     Cleans the database after a test.
     """
     test_utils.clean_db()
     test_utils.clean_storage()
예제 #5
0
 def tearDownClass(cls):
     User.objects.all().delete()
     test_utils.clean_db()
     test_utils.clean_storage()
     set_index_active(True)
예제 #6
0
 def tearDown(self):
     test_utils.clean_db()
예제 #7
0
 def tearDown(self):
     """
     Clean DB and storage folder after testing.
     """
     test_utils.clean_db()
     test_utils.clean_storage()