-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
docs: add examples on how to test libraries #818
Conversation
This is the based off the doc added to the gapic libraries. Because of the design of the api and the fact these clients use HTTP and not gRPC it is useful to see how testing is done here as well. Related: googleapis/google-cloud-go#2921
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
This is the based off the doc added to the gapic libraries. Because
of the design of the api and the fact these clients use HTTP and
not gRPC it is useful to see how testing is done here as well.
Related: googleapis/google-cloud-go#2921