Skip to main content

Module testkit

Module testkit 

Source
Expand description

Test-only constructors for SDK types.

This module is gated behind the testkit feature (or the built-in cfg(test) flag for in-crate use). It exposes construction APIs that are otherwise pub(crate) so that downstream test code can build Context values directly.

Do not depend on this module in production code.