def setUp(self): if self.skip_tests: return self.app = create_app() self.ctx = self.app.app_context() self.ctx.push()