Example #1
0
 def setUp(self):
     """Store off the commands so we can return them"""
     self.saved_commandlist = COMMANDLIST
     for key in COMMANDLIST.keys():
         del(COMMANDLIST[key])
     DBSession.execute("INSERT INTO tags (name) VALUES ('toread')")
Example #2
0
 def setUp(self):
     """Store off the commands so we can return them"""
     self.saved_commandlist = COMMANDLIST
     for key in COMMANDLIST.keys():
         del(COMMANDLIST[key])