Example #1
0
 def tearDown(self):
     """
     Cleans up the test environment.
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
Example #2
0
 def tearDown(self):
     """
     Clean up the test
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
Example #3
0
    def tearDown(self):
        test_utils.clean_resources_db()
        test_utils.clean_storage()
        test_utils.clean_user_db()

        super(EditorTest, self).tearDown()
        self.assertEqual([], self.verification_errors)
Example #4
0
 def tearDown(self):
     """
     Clean up the test
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
Example #5
0
 def tearDown(self):
     """
     Cleans up the test environment.
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
Example #6
0
 def tearDown(self):
     """
     Clean up the test
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
     test_utils.set_index_active(True)
Example #7
0
 def tearDownClass(cls):
     """
     Clean up the test
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
     LOGGER.info("finished '{}' tests".format(cls.__name__))
Example #8
0
 def tearDownClass(cls):
     """
     Clean up the test
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
     LOGGER.info("finished '{}' tests".format(cls.__name__))
 def tearDown(self):
     """
     Clean up the test
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
     test_utils.set_index_active(True)
Example #10
0
 def tearDown(self):
     test_utils.clean_user_db()
Example #11
0
    def tearDown(self):
        test_utils.clean_resources_db()
        test_utils.clean_storage()
        test_utils.clean_user_db()

        super(ExampleSeleniumTest, self).tearDown()
Example #12
0
    def tearDown(self):
        test_utils.clean_resources_db()
        test_utils.clean_storage()
        test_utils.clean_user_db()

        super(ExampleSeleniumTest, self).tearDown()
Example #13
0
 def tearDown(self):
     """
     Clean up the test
     """
     test_utils.clean_user_db()
Example #14
0
 def tearDownClass(cls):
     """
     Makes required cleanups after all tests have run.
     """
     test_utils.clean_user_db()
     LOGGER.info("finished '{}' tests".format(cls.__name__))
Example #15
0
 def tearDownClass(cls):
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
     set_index_active(True)
     LOGGER.info("finished '{}' tests".format(cls.__name__))
Example #16
0
 def tearDownClass(cls):
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
     set_index_active(True)
     LOGGER.info("finished '{}' tests".format(cls.__name__))
Example #17
0
 def tearDown(self):
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
Example #18
0
 def tearDownClass(cls):
     test_utils.clean_user_db()
     LOGGER.info("finished '{}' tests".format(cls.__name__))
Example #19
0
 def tearDownClass(cls):
     test_utils.clean_user_db()
     LOGGER.info("finished '{}' tests".format(cls.__name__))
Example #20
0
 def tearDown(self):
     """
     Clean up the test
     """
     test_utils.clean_user_db()
Example #21
0
 def tearDownClass(cls):
     """
     Makes required cleanups after all tests have run.
     """
     test_utils.clean_user_db()
     LOGGER.info("finished '{}' tests".format(cls.__name__))
Example #22
0
 def tearDown(self):
     test_utils.clean_user_db()