Crate cw_orch_clone_testing

Source
Expand description

Integration testing execution environment backed by a cw-multi-test App. It has an associated state that stores deployment information for easy retrieval and contract interactions.

Re-exports§

pub use clone_cw_multi_test as cw_multi_test;

Modules§

queriers

Structs§

CloneTesting
Wrapper around a cw-multi-test App backend.
MockState
Mock state for testing, stores addresses and code-ids.

Traits§

WasmUpload