ab-openapi-python-generator 2.2.6__tar.gz → 2.2.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/PKG-INFO +1 -1
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/pyproject.toml +1 -1
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/client_generator.py +40 -32
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/model_generator.py +9 -4
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/templates/async_client_httpx_pydantic_2.jinja2 +6 -1
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/templates/sync_client_httpx_pydantic_2.jinja2 +6 -1
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.envrc.example +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.gitattributes +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.github/dependabot.yml +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.github/workflows/ci.yaml +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.github/workflows/publish.yaml +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.gitignore +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.pre-commit-config.yaml +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.vscode/launch.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.vscode/tasks.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/LICENSE +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/Makefile +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/README.md +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/acknowledgements/index.md +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/css/custom.css +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/css/termynal.css +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/index.md +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/js/custom.js +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/js/termynal.js +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/openapi-definition.md +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/quick_start.md +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/references/index.md +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/references/module_usage.md +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/tutorial/advanced.md +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/tutorial/authentication.md +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/tutorial/index.md +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/logo.png +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/__init__.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/__main__.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/common.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/generate_data.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/__init__.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/__init__.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/common.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/exception_generator.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/generator.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/jinja_config.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/templates/alias_union.jinja2 +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/templates/discriminator_enum.jinja2 +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/templates/enum.jinja2 +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/templates/http_exception.jinja2 +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/templates/models.jinja2 +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/language_converters/python/templates/models_pydantic_2.jinja2 +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/models.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/parsers/__init__.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/parsers/openapi_30.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/parsers/openapi_31.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/py.typed +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/src/ab_openapi_python_generator/version_detector.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/__init__.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/build_test_api/api.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/conftest.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_common_normalize_symbol.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/failing_api.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/gitea_issue_11.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/issue_117.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/issue_120.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/issue_17.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/issue_30_87.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/issue_51.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/issue_55.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/issue_71.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/issue_71_31.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/issue_illegal_character_in_operation_id.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/issue_keyword_parameter_name.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/openapi_gitea_converted.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/swagger_petstore_3_0_4.yaml +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/swagger_petstore_3_1.yaml +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/test_api.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_data/test_api_31.json +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_generate_data.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_generate_data_negative.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_generated_code.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_jinja_no_autoescape.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_main.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_model_docstring.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_model_generator.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_model_generator_edges.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_openapi_30.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_openapi_31.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_openapi_31_completeness.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_openapi_31_coverage.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_openapi_31_schema_features.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_service_generator.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_service_generator_edges.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_swagger_petstore_30.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_swagger_petstore_31.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_version_detector_edges.py +0 -0
- {ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ab-openapi-python-generator
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.7
|
|
4
4
|
Summary: Openapi Python Generator
|
|
5
5
|
Project-URL: Homepage, https://github.com/auth-broker/openapi-python-generator
|
|
6
6
|
Project-URL: Repository, https://github.com/auth-broker/openapi-python-generator
|
|
@@ -144,38 +144,46 @@ HTTP_OPERATIONS = ["get", "post", "put", "delete", "options", "head", "patch", "
|
|
|
144
144
|
def generate_body_param(operation: Operation) -> Union[str, None]:
|
|
145
145
|
if operation.requestBody is None:
|
|
146
146
|
return None
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
147
|
+
|
|
148
|
+
# If requestBody is a $ref, it will be a Pydantic model instance in the client.
|
|
149
|
+
if isinstance(operation.requestBody, (Reference30, Reference31)):
|
|
150
|
+
return "data.model_dump(by_alias=True, exclude_none=True)"
|
|
151
|
+
|
|
152
|
+
rb_content = getattr(operation.requestBody, "content", None)
|
|
153
|
+
if rb_content is None:
|
|
154
|
+
return None # pragma: no cover
|
|
155
|
+
|
|
156
|
+
if rb_content.get("application/json") is None:
|
|
157
|
+
return None # pragma: no cover
|
|
158
|
+
|
|
159
|
+
media_type = rb_content.get("application/json")
|
|
160
|
+
if media_type is None:
|
|
161
|
+
return None # pragma: no cover
|
|
162
|
+
|
|
163
|
+
mts = getattr(media_type, "media_type_schema", None)
|
|
164
|
+
if mts is None:
|
|
165
|
+
return None # pragma: no cover
|
|
166
|
+
|
|
167
|
+
# $ref schema -> model
|
|
168
|
+
if isinstance(mts, (Reference, Reference30, Reference31)) or hasattr(mts, "ref"):
|
|
169
|
+
return "data.model_dump(by_alias=True, exclude_none=True)"
|
|
170
|
+
|
|
171
|
+
# Concrete schema
|
|
172
|
+
if isinstance(mts, (Schema, Schema30, Schema31)):
|
|
173
|
+
schema = mts
|
|
174
|
+
|
|
175
|
+
if schema.type == "array":
|
|
176
|
+
# List of models or primitives
|
|
177
|
+
return "[i.model_dump(by_alias=True, exclude_none=True) if hasattr(i, 'model_dump') else i for i in data]"
|
|
178
|
+
|
|
179
|
+
if schema.type == "object":
|
|
180
|
+
# Model or dict-like
|
|
181
|
+
return "data.model_dump(by_alias=True, exclude_none=True) if hasattr(data, 'model_dump') else data"
|
|
182
|
+
|
|
183
|
+
# Primitive (string/int/etc.)
|
|
184
|
+
return "data"
|
|
185
|
+
|
|
186
|
+
raise Exception(f"Unsupported schema type for request body: {type(mts)}") # pragma: no cover
|
|
179
187
|
|
|
180
188
|
|
|
181
189
|
def generate_params(operation: Operation) -> str:
|
|
@@ -757,16 +757,21 @@ def _generate_property_from_schema(
|
|
|
757
757
|
"""
|
|
758
758
|
required = parent_schema is not None and parent_schema.required is not None and name in parent_schema.required
|
|
759
759
|
|
|
760
|
-
|
|
760
|
+
# Pick up OpenAPI default (if present)
|
|
761
|
+
default_val = getattr(schema, "default", None)
|
|
762
|
+
|
|
761
763
|
if required:
|
|
762
|
-
|
|
764
|
+
rendered_default = None
|
|
765
|
+
else:
|
|
766
|
+
# If OpenAPI provides a default, use it. Otherwise fall back to None.
|
|
767
|
+
rendered_default = repr(default_val) if default_val is not None else "None"
|
|
763
768
|
|
|
764
769
|
return Property(
|
|
765
770
|
name=name,
|
|
766
771
|
type=type_converter(schema, required, model_name),
|
|
767
772
|
required=required,
|
|
768
|
-
default=
|
|
769
|
-
import_type=
|
|
773
|
+
default=rendered_default,
|
|
774
|
+
import_type=None if not required else ([] if name == model_name else [name]),
|
|
770
775
|
)
|
|
771
776
|
|
|
772
777
|
|
|
@@ -57,15 +57,20 @@ AsyncGenerator[str | dict[str, Any], None]
|
|
|
57
57
|
path = f"{{ op.path_name }}"
|
|
58
58
|
|
|
59
59
|
headers = {
|
|
60
|
+
{% if op.body_param %}
|
|
60
61
|
"Content-Type": "application/json",
|
|
62
|
+
{% endif %}
|
|
61
63
|
{% if op.is_sse %}
|
|
62
64
|
"Accept": "text/event-stream",
|
|
63
65
|
{% else %}
|
|
64
66
|
"Accept": "application/json",
|
|
65
67
|
{% endif %}
|
|
66
|
-
"Authorization": f"Bearer { await self.get_access_token() }",
|
|
67
68
|
}
|
|
68
69
|
|
|
70
|
+
_token = await self.get_access_token()
|
|
71
|
+
if _token:
|
|
72
|
+
headers["Authorization"] = f"Bearer {_token}"
|
|
73
|
+
|
|
69
74
|
query_params: Dict[str, Any] = {
|
|
70
75
|
{% for qp in op.query_params %}
|
|
71
76
|
{{ qp }},
|
|
@@ -57,15 +57,20 @@ Generator[str | dict[str, Any], None, None]
|
|
|
57
57
|
path = f"{{ op.path_name }}"
|
|
58
58
|
|
|
59
59
|
headers = {
|
|
60
|
+
{% if op.body_param %}
|
|
60
61
|
"Content-Type": "application/json",
|
|
62
|
+
{% endif %}
|
|
61
63
|
{% if op.is_sse %}
|
|
62
64
|
"Accept": "text/event-stream",
|
|
63
65
|
{% else %}
|
|
64
66
|
"Accept": "application/json",
|
|
65
67
|
{% endif %}
|
|
66
|
-
"Authorization": f"Bearer { self.get_access_token() }",
|
|
67
68
|
}
|
|
68
69
|
|
|
70
|
+
_token = self.get_access_token()
|
|
71
|
+
if _token:
|
|
72
|
+
headers["Authorization"] = f"Bearer {_token}"
|
|
73
|
+
|
|
69
74
|
query_params: Dict[str, Any] = {
|
|
70
75
|
{% for qp in op.query_params %}
|
|
71
76
|
{{ qp }},
|
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.github/dependabot.yml
RENAMED
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.github/workflows/ci.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/.pre-commit-config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/css/termynal.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/openapi-definition.md
RENAMED
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/references/index.md
RENAMED
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/tutorial/advanced.md
RENAMED
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/docs/tutorial/index.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/build_test_api/api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_generate_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_generated_code.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_openapi_30.py
RENAMED
|
File without changes
|
{ab_openapi_python_generator-2.2.6 → ab_openapi_python_generator-2.2.7}/tests/test_openapi_31.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|