Exemple #1
0
 def tearDown(self):
     """We need to empty the bmarks table on each run"""
     testing.tearDown()
     empty_db()
Exemple #2
0
 def tearDown(self):
     """Tear down each test"""
     testing.tearDown()
     empty_db()
Exemple #3
0
 def tearDown(self):
     """Regular tear down method"""
     empty_db()
Exemple #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()
Exemple #5
0
 def tearDown(self):
     """clear out all the testing DB data"""
     empty_db()
Exemple #6
0
 def tearDown(self):
     """Regular tear down method"""
     empty_db()
Exemple #7
0
 def tearDown(self):
     """Tear down each test"""
     testing.tearDown()
     empty_db()
Exemple #8
0
 def tearDown(self):
     """We need to empty the bmarks table on each run"""
     testing.tearDown()
     empty_db()
Exemple #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()