예제 #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()