Skip to content

Commit

Permalink
Adds config files that lack generatorName
Browse files Browse the repository at this point in the history
  • Loading branch information
spacether committed Jan 23, 2022
1 parent 4dbf41c commit 7dafc93
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/configs/python-experimental-nogeneratorName.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
outputDir: samples/openapi3/client/petstore/python-experimental
inputSpec: modules/openapi-generator/src/test/resources/3_0/python-experimental/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
templateDir: modules/openapi-generator/src/main/resources/python-experimental
additionalProperties:
packageName: petstore_api
recursionLimit: "1234"
3 changes: 3 additions & 0 deletions bin/configs/python-flask-nogeneratorName.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
outputDir: samples/server/petstore/python-flask
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
templateDir: modules/openapi-generator/src/main/resources/python-flask

0 comments on commit 7dafc93

Please sign in to comment.