-
Notifications
You must be signed in to change notification settings - Fork 51
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
feat: support to generator Python code from a HTTP testCase #371
Conversation
zhouzhou1017 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your effort. But there are some similar issues to #369. Please check them:
- License header
- Unit test failure
- CLA signing
You can run all the unit tests with command: make test
You can resolve the conflicts with following steps:
By the way, https://github.com/cli/cli is a very awesome tool. You can try it. |
@@ -0,0 +1,44 @@ | |||
import io |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the license header as well.
Quality Gate passedIssues Measures |
* chore(deps): update mouday/domain-admin docker tag to v1.5.21 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <[email protected]>
Support to generator Python code from a HTTP testCase (Issue #365)