コード例 #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()