Skip to content
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

chore(PocketIC): clean up PocketIC builder patterns #1570

Merged
merged 3 commits into from
Sep 24, 2024

Conversation

mraszyk
Copy link
Contributor

@mraszyk mraszyk commented Sep 19, 2024

This PR cleans up the PocketIC builder patterns by adding a function PocketIcBuilder::new_with_config to specify a custom ExtendedSubnetConfigSet and removing functions PocketIc::from_config, PocketIc::from_config_and_max_request_time, and PocketIc::from_config_and_server_url that can be expressed via the PocketIcBuilder.

@mraszyk mraszyk requested a review from a team as a code owner September 19, 2024 06:38
@github-actions github-actions bot added the chore label Sep 19, 2024
@mraszyk mraszyk added this pull request to the merge queue Sep 24, 2024
Merged via the queue into master with commit b36d667 Sep 24, 2024
26 checks passed
@mraszyk mraszyk deleted the mraszyk/pic-builder-cleanup branch September 24, 2024 07:58
frankdavid pushed a commit that referenced this pull request Sep 25, 2024
This PR cleans up the PocketIC builder patterns by adding a function
`PocketIcBuilder::new_with_config` to specify a custom
`ExtendedSubnetConfigSet` and removing functions
`PocketIc::from_config`, `PocketIc::from_config_and_max_request_time`,
and `PocketIc::from_config_and_server_url` that can be expressed via the
`PocketIcBuilder`.
levifeldman pushed a commit to levifeldman/ic that referenced this pull request Oct 1, 2024
This PR cleans up the PocketIC builder patterns by adding a function
`PocketIcBuilder::new_with_config` to specify a custom
`ExtendedSubnetConfigSet` and removing functions
`PocketIc::from_config`, `PocketIc::from_config_and_max_request_time`,
and `PocketIc::from_config_and_server_url` that can be expressed via the
`PocketIcBuilder`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants