Skip to content

Commit 261e653

Browse files
committed
[python] Re-generate samples
Done with: rm -rf samples/client/echo_api/python/* rm -rf samples/openapi3/client/petstore/python/* git checkout -f HEAD -- samples/client/echo_api/python/tests git checkout -f HEAD -- samples/openapi3/client/petstore/python/tests /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 261e653

31 files changed

Lines changed: 148 additions & 850 deletions

samples/client/echo_api/python/.openapi-generator/FILES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,22 @@ setup.cfg
5555
setup.py
5656
test-requirements.txt
5757
test/__init__.py
58+
test/test_auth_api.py
59+
test/test_bird.py
60+
test/test_body_api.py
61+
test/test_category.py
62+
test/test_data_query.py
63+
test/test_default_value.py
64+
test/test_form_api.py
65+
test/test_header_api.py
66+
test/test_number_properties_only.py
67+
test/test_path_api.py
68+
test/test_pet.py
69+
test/test_query.py
70+
test/test_query_api.py
71+
test/test_string_enum_ref.py
72+
test/test_tag.py
73+
test/test_test_form_object_multipart_request_marker.py
74+
test/test_test_query_style_deep_object_explode_true_object_all_of_query_object_parameter.py
75+
test/test_test_query_style_form_explode_true_array_string_query_object_parameter.py
5876
tox.ini

samples/client/echo_api/python/docs/TestQueryStyleFormExplodeTrueArrayIntegerQueryObjectParameter.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

samples/client/echo_api/python/openapi_client/models/test_query_style_form_explode_true_array_integer_query_object_parameter.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)