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