Пример #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()