mock-cosmwasm-contract 0.1.2

Mock CosmWasm contract that can set predetermined responses to queries and keep track of execution for testing purposes.
docs.rs failed to build mock-cosmwasm-contract-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: mock-cosmwasm-contract-0.1.0

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.