-
Notifications
You must be signed in to change notification settings - Fork 30
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
clients/go: Add e2e Go client test #504
Conversation
✅ Deploy Preview for oasisprotocol-sapphire-paratime canceled.
|
992b575
to
3a9ff41
Compare
c8ebaf5
to
0ecdb30
Compare
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. I realized @CedarMist implemented a big chunk of #328 already inside #422 (spinning up sapphire-localnet, writing an e2e test inside clients/go that actually connects to it and runs tests). See my comment below on the next steps.
dcb2c78
to
b3268b5
Compare
705cb70
to
24a1e64
Compare
a3ed6c2
to
76e454f
Compare
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.
Minor suggestions, otherwise LGTM. Thanks!
b317030
to
b7aa5d1
Compare
9bed34f
to
1fb7144
Compare
Description
Close #328 by using https://github.com/oasisprotocol/demo-starter-go as a submodule for end-to-end testing. The drawback is that approach is less consistent with current behavior inside
examples/
but introduces less code.