Expand description
Reusable PocketIC-oriented test utilities for IC canister tests.
This crate is intended for host-side test environments (for example via PocketIC) and provides generic helpers such as stable dummy principals, PocketIC wrappers, standalone canister fixtures, generic prebuilt wasm install helpers, retry helpers for PocketIC install throttling, and cached baseline primitives.
Modules§
- artifacts
- Host-side artifact discovery and build helpers for PocketIC tests.
- benchmark
- Log-marker benchmarking helpers for PocketIC-style test harnesses.
- performance
- Canister-side benchmark marker emission.
- pic
- PocketIC wrapper and fixture helpers for host-side canister tests.