def tearDown(self): db.session.remove() db.drop_all()
def _drop_tables(): db.drop_all() print('All tables dropped...')