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