From 7073859aa8f49f9bbac0607d57400fc8bd4fb24c Mon Sep 17 00:00:00 2001 From: William Cheng Date: Fri, 3 Jan 2020 22:54:52 +0800 Subject: [PATCH] replace petstore_api with packageName (#4921) --- .../src/main/resources/python/setup_cfg.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/python/setup_cfg.mustache b/modules/openapi-generator/src/main/resources/python/setup_cfg.mustache index d89aa72ee4c..931f02c5d14 100644 --- a/modules/openapi-generator/src/main/resources/python/setup_cfg.mustache +++ b/modules/openapi-generator/src/main/resources/python/setup_cfg.mustache @@ -5,7 +5,7 @@ verbosity=2 randomize=true exe=true with-coverage=true -cover-package=petstore_api +cover-package={{{packageName}}} cover-erase=true {{/useNose}}