示例#1
0
 def _tear_down_db(self):
     metadata.drop_all(bind=DBSession.bind)
     DBSession.close_all()
示例#2
0
 def _tear_down_db(self):
     metadata.drop_all(bind=DBSession.bind)
     DBSession.close_all()