-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(nns/sns): Introduce NNS suite builder for PocketIc (#3666)
This PR introduces an NNS canister suite builder for PocketIc. This is important since we will soon need multiple different NNS configurations, and adding more arguments to the existing `install_nns_canisters` function doesn't work well with many parameters. In contrast, the builder can be extended with any number of parameters, without negatively affecting code readability.
- Loading branch information
Showing
2 changed files
with
213 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters