Пример #1
0
def dropdb():
  """Drops all database tables."""
  db.drop_all()
Пример #2
0
 def tearDown(self):
   db.session.remove()
   db.drop_all()