def _create_app(): conf = 'jenkins_reporting.config.Production' return application.create_app(conf)
def create_app(self): return application.create_app(config.Testing())