canic-testkit 0.26.0

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# canic-testkit

Public PocketIC-oriented test utilities for projects that use Canic.

This crate is intentionally limited to generic host-side test infrastructure,
such as the PocketIC wrapper, generic call helpers, ready polling, standalone
non-root Canic canister fixtures, generic prebuilt-wasm install helpers,
PocketIC `install_code` retry helpers, fallible PocketIC startup/setup helpers,
and cached baseline primitives.
Canic's own root-topology and auth-fixture harness code belongs in the
unpublished `canic-testing-internal` workspace crate instead of expanding this
public surface.