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