mock-cosmwasm-contract

Crates.iomock-cosmwasm-contract
lib.rsmock-cosmwasm-contract
version0.1.2
sourcesrc
created_at2024-01-26 06:04:01.153058
updated_at2024-02-06 08:26:35.578296
descriptionMock CosmWasm contract that can set predetermined responses to queries and keep track of execution for testing purposes.
homepage
repository
max_upload_size
id1115249
size190,712
Supanat (iboss-ptk)

documentation

README

Mock CosmWasm Contract

A mock CosmWasm contract for testing purposes.

This contract can set predetermined responses to queries. It is useful in multi-contract tests where you want to test the behavior of a contract that calls another contract.

Commit count: 0

cargo fmt