Ejemplo n.º 1
0
 def _tear_down_db(self):
     metadata.drop_all(bind=DBSession.bind)
     DBSession.close_all()
Ejemplo n.º 2
0
 def _tear_down_db(self):
     metadata.drop_all(bind=DBSession.bind)
     DBSession.close_all()