-
Notifications
You must be signed in to change notification settings - Fork 208
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
network test tools #9440
network test tools #9440
Conversation
Deploying agoric-sdk with Cloudflare Pages
|
second thought, maybe it would be better to copy these fake utils over to the other package so |
|
||
return { | ||
makeEchoConnectionHandler, | ||
makeVowKit, |
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.
Maybe it makes sense to return power
here? This will also make it easier to leverage watch
if we need it in the tests
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.
I figured when it's needed it can be added. This is just test code so it's easy and quick to change.
refs: #9212
Description
#9439 needs some of the fakes in the network tests. This wraps them up a bit for re-use elsewhere.
Security Considerations
n/a, test code
Scaling Considerations
n/a, test code
Documentation Considerations
API docs may show these
Testing Considerations
per se
Upgrade Considerations
n/a, test code