Example #1
0
def reset():
  db.drop_all()
  db.create_all()
Example #2
0
 def setUp(self):
   db.create_all()