Пример #1
0
 def tearDown(self):
     """
     Cleans up the test environment.
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
Пример #2
0
 def tearDown(self):
     """
     Clean up the test
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
Пример #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)
Пример #4
0
 def tearDown(self):
     """
     Clean up the test
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
Пример #5
0
 def tearDown(self):
     """
     Cleans up the test environment.
     """
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
Пример #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)
Пример #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__))
Пример #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)
Пример #10
0
 def tearDown(self):
     test_utils.clean_user_db()
Пример #11
0
    def tearDown(self):
        test_utils.clean_resources_db()
        test_utils.clean_storage()
        test_utils.clean_user_db()

        super(ExampleSeleniumTest, self).tearDown()
Пример #12
0
    def tearDown(self):
        test_utils.clean_resources_db()
        test_utils.clean_storage()
        test_utils.clean_user_db()

        super(ExampleSeleniumTest, self).tearDown()
Пример #13
0
 def tearDown(self):
     """
     Clean up the test
     """
     test_utils.clean_user_db()
Пример #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__))
Пример #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__))
Пример #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__))
Пример #17
0
 def tearDown(self):
     test_utils.clean_resources_db()
     test_utils.clean_storage()
     test_utils.clean_user_db()
Пример #18
0
 def tearDownClass(cls):
     test_utils.clean_user_db()
     LOGGER.info("finished '{}' tests".format(cls.__name__))
Пример #19
0
 def tearDownClass(cls):
     test_utils.clean_user_db()
     LOGGER.info("finished '{}' tests".format(cls.__name__))
Пример #20
0
 def tearDown(self):
     """
     Clean up the test
     """
     test_utils.clean_user_db()
Пример #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__))
Пример #22
0
 def tearDown(self):
     test_utils.clean_user_db()