We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a few sections about testing dispersed throughout:
But nothing centrally, conveniently located that tells me:
- Testing - Unit Testing (setupZoeForTest/makeZoeKitForTest, exo unit testing, mocked endowments*) - SwingSet Testing (runUtils, walletDriver) - A3P Testing (a3p docker images) - E2E UI Testing (synpress) - E2E Multichain Testing (multichain-testing / starship)
The sections should mention what each tool helps you achieve and when to reach for each.
*mocked endowments include things like:
buildManualTimer
chainTimerService
makeFakeStorageKit
chainStorage
makeFakeBoard
packages/vats/tools/fake-bridge.js
LocalChain
Bank
Transfer
packages/orchestration/test/network-fakes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the Problem Being Solved?
We have a few sections about testing dispersed throughout:
But nothing centrally, conveniently located that tells me:
Description of the Design
The sections should mention what each tool helps you achieve and when to reach for each.
*mocked endowments include things like:
buildManualTimer
(chainTimerService
)makeFakeStorageKit
(chainStorage
)makeFakeBoard
and marshallerpackages/vats/tools/fake-bridge.js
LocalChain
,Bank
, andTransfer
Bridgespackages/orchestration/test/network-fakes
The text was updated successfully, but these errors were encountered: