def tearDown(self): db.session.remove() db.drop_all()
def drop_db(): """Drops the db tables.""" db.drop_all()