-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for python #41
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add python dependencies in .travis.yml Add python dependencies in .travis.yml Add python dependencies in .travis.yml Add python dependencies in .travis.yml Add python dependencies in .travis.yml Add python dependencies in .travis.yml Add python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies in .travis.yml Fix python dependencies Fix python dependencies Fix python dependencies Fix python dependencies Fix python dependencies Fix python dependencies Fix python dependencies Fix python dependencies Fix python dependencies Fix python dependencies Fix python dependencies Fix python dependencies Fix python dependencies Test openapi3 fix Test openapi3 fix List openapi3 string value errors pyenv global 3.6.3 Cleanup test workaround for invalid syntax errors workaround for invalid syntax errors workaround for invalid syntax errors patch invalid string values in openapi3.yml update patch script update patch script to fix invalid string examples temp set pytest maxfail to 100 enable git_push enable git_push Fix travis git_push Script to enclose strings having single quotes with double quotes Fix bug in script to enclose value with double-quotes Change after_install to before_script in travis yml add debug info in travis yml pyenv install 3.7.7 pyenv install --list pyenv install 3.7-dev pyenv install 3.7.0a1 revert to pyenv global 3.6.3 Remove redundant pip install pytest pyyaml; add grep to debug fix bug Put back pip install pytest pyyaml Add pyenv --version Disabled pytest Typo Minor improvement Add support for python symbol#26
rg911
approved these changes
May 1, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes the following:
The
pytest
command to test the openapi3 generated python test files is commented out as the test files are very buggy. I've spent almost as much time to try to debug and patch but it was getting too uphill a battle and did not make sense to hold of this PR when the issues seem mainly in the openapi-generator.A sample of the kinds of errors (not exhaustive) found by
pytest
in the openapi-generated python test files:signature
, must not beNone
With the exception of the first issue for which the fix is quite straightforward, the other 2 types (at least) of issues seem to be related to the following:
anyOf / allOf
This PR supersedes PR #27
If merged, this PR closes #26 and #28