def tearDown(self): DB.session.remove() DB.drop_all() redis_store.flushdb() self.redis_patcher.stop() super(FormspreeTestCase, self).tearDown()