Beispiel #1
0
def reset_db():
    db.drop_all()
    db.create_all()
Beispiel #2
0
 def setUp(self):
     db.create_all()