Commit f56e9f1
committed
[python] Re-generate samples
Done with:
# remove existing artifacts
rm -rf samples/client/echo_api/python/*
rm -rf samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/*
rm -rf samples/openapi3/client/petstore/python/*
rm -rf samples/openapi3/client/petstore/python-aiohttp/*
rm -rf samples/openapi3/client/petstore/python-httpx/*
rm -rf samples/openapi3/client/petstore/python-lazyImports/*
# restore manually added tests
git checkout -f HEAD -- samples/client/echo_api/python/tests
git checkout -f HEAD -- samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/tests
git checkout -f HEAD -- samples/openapi3/client/petstore/python/tests
git checkout -f HEAD -- samples/openapi3/client/petstore/python-aiohttp/tests
git checkout -f HEAD -- samples/openapi3/client/petstore/python-httpx/tests
git checkout -f HEAD -- samples/openapi3/client/petstore/python-lazyImports/tests
# ...and test files
git checkout -f HEAD -- samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent/testfiles
git checkout -f HEAD -- samples/openapi3/client/petstore/python/testfiles
git checkout -f HEAD -- samples/openapi3/client/petstore/python-aiohttp/testfiles
git checkout -f HEAD -- samples/openapi3/client/petstore/python-httpx/testfiles
git checkout -f HEAD -- samples/openapi3/client/petstore/python-lazyImports/testfiles
# regenerate samples
/mvnw clean package -DskipTests
./bin/generate-samples.sh bin/configs/python.yaml bin/configs/python-echo-api.yaml
This highlights a number of file mode changes along with some tests and
docs for things that no longer exist in the relevant OpenAPI specs.
Signed-off-by: Stephen Finucane <stephen@that.guru>1 parent ae8352d commit f56e9f1
42 files changed
Lines changed: 116 additions & 1088 deletions
File tree
- samples
- client/echo_api
- python-disallowAdditionalPropertiesIfNotPresent
- docs
- openapi_client/models
- test
- python
- docs
- openapi_client/models
- testfiles
- test
- openapi3/client/petstore
- python-aiohttp/test
- python-httpx/test
- python
- docs
- petstore_api
- api
- models
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 0 additions & 29 deletions
This file was deleted.
This file was deleted.
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 0 additions & 88 deletions
This file was deleted.
0 commit comments