def tearDown(self): """ Drop the database tables and also remove the session :return: """ db.session.remove() db.drop_all()