def create_app(self): """ Create an instance of the app with the testing configuration :return: """ app.config.from_object('app.config.TestingConfig') return app