You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
- and I verified that by [creating a v3.0.3 unit test spec that contains most json schema tests](https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/test/resources/3_0/unit_test_spec/3_0_3_unit_test_spec.yaml) that has [auto generated positive and negative model and enpoint tests](https://github.com/OpenAPITools/openapi-generator/tree/master/samples/openapi3/client/3_0_3_unit_test/python/test) which are [passing](https://app.circleci.com/pipelines/github/OpenAPITools/openapi-generator/19756/workflows/55132a87-a1b7-46f2-975c-509730833eab/jobs/50107)
44
44
45
45
Recently though, @wing328 decided that because the python generator is focused on checking all json schema constraints,
46
-
which differs from how the other generators work, that the python should not be in the openapi-generator repo.
46
+
which differs from how the other generators work, that the python generator should not be in the openapi-generator repo.
47
47
So he is requiring that I move the python generator into a separate repo.
48
-
My preference is to keep the generator in openapi-generator. I think that devs should be
49
-
allowed to build generators that fully conform to openapi + json schema constraints there.
48
+
My preference is to keep it in openapi-generator. I think that devs should be
49
+
allowed to build generators there that fully conform to openapi + json schema constraints.
50
50
If you have thoughts on this, please let the openapi-generator community know at:
51
51
- In the [openapi-generator general Slack channel](https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g)
52
52
- As comments in [The PR making python-experimental the primary python generator, and mentioning the new project](https://github.com/OpenAPITools/openapi-generator/pull/13501)
0 commit comments