Пример #1
0
 def tearDown(self):
     """We need to empty the bmarks table on each run"""
     testing.tearDown()
     empty_db()
Пример #2
0
 def tearDown(self):
     """Tear down each test"""
     testing.tearDown()
     empty_db()
Пример #3
0
 def tearDown(self):
     """Regular tear down method"""
     empty_db()
Пример #4
0
 def tearDown(self):
     """Make sure we clear the commands we put in there"""
     for key in self.saved_commandlist:
         COMMANDLIST[key] = self.saved_commandlist[key]
     empty_db()
Пример #5
0
 def tearDown(self):
     """clear out all the testing DB data"""
     empty_db()
Пример #6
0
 def tearDown(self):
     """Regular tear down method"""
     empty_db()
Пример #7
0
 def tearDown(self):
     """Tear down each test"""
     testing.tearDown()
     empty_db()
Пример #8
0
 def tearDown(self):
     """We need to empty the bmarks table on each run"""
     testing.tearDown()
     empty_db()
Пример #9
0
 def tearDown(self):
     """Make sure we clear the commands we put in there"""
     for key in self.saved_commandlist:
         COMMANDLIST[key] = self.saved_commandlist[key]
     empty_db()