From 92bb1a784eb0175eee27213d20dff042a7aaacf6 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 12 Dec 2019 16:26:19 +0800 Subject: [PATCH] fix package name in tox.ini --- .../openapi-generator/src/main/resources/python/tox.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openapi-generator/src/main/resources/python/tox.mustache b/modules/openapi-generator/src/main/resources/python/tox.mustache index 63d12fdeaea6..585feb3c681b 100644 --- a/modules/openapi-generator/src/main/resources/python/tox.mustache +++ b/modules/openapi-generator/src/main/resources/python/tox.mustache @@ -16,5 +16,5 @@ commands= [] {{/asyncio}} {{#asyncio}} - pytest -v --cov petstore_api + pytest -v --cov {{{packageName}}} {{/asyncio}}