We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63ac79 commit e2ee656Copy full SHA for e2ee656
petstore/openapi_json_schema_generator_python/.openapi-generator/FILES
@@ -1,5 +1,6 @@
1
.gitignore
2
.gitlab-ci.yml
3
+.openapi-generator-ignore
4
.travis.yml
5
README.md
6
docs/apis/tags/pet_api.md
@@ -365,6 +366,12 @@ test-requirements.txt
365
366
test/__init__.py
367
test/components/__init__.py
368
test/components/schema/__init__.py
369
+test/components/schema/test_api_response.py
370
+test/components/schema/test_category.py
371
+test/components/schema/test_order.py
372
+test/components/schema/test_pet.py
373
+test/components/schema/test_tag.py
374
+test/components/schema/test_user.py
375
test/test_paths/__init__.py
376
377
0 commit comments