示例#1
0
文件: test_view.py 项目: hpusset/ELRI
 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
文件: test_view.py 项目: hpusset/ELRI
 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
文件: tests.py 项目: MiltosD/ELRC2
 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
文件: tests.py 项目: MiltosD/CEFELRC
 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
文件: test_view.py 项目: hpusset/ELRI
 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
文件: tests.py 项目: MiltosD/ELRC2
 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
文件: tests.py 项目: MiltosD/CEFELRC
 def tearDownClass(cls):
     test_utils.clean_user_db()
     LOGGER.info("finished '{}' tests".format(cls.__name__))
示例#20
0
文件: tests.py 项目: MiltosD/CEFELRC
 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()