apollo-cw-multi-test

Crates.ioapollo-cw-multi-test
lib.rsapollo-cw-multi-test
version0.18.1
sourcesrc
created_at2023-07-20 17:34:13.004899
updated_at2024-07-11 13:01:12.580823
descriptionTest helpers for multi-contract interactions
homepagehttps://cosmwasm.com
repositoryhttps://github.com/CosmWasm/cw-multi-test
max_upload_size
id921615
size515,202
rust-devs (github:apollodao:rust-devs)

documentation

README

Multi Test: Test helpers for multi-contract interactions

Warning: Alpha Software Designed for internal use only.

This is used for testing cw-plus contracts, we have no API stability currently. We are working on refactoring it and will expose a more refined version for use in other contracts. (Ideally in cw-plus 0.9 or 0.10).

Use at your own risk

Let us run unit tests with contracts calling contracts, and calling in and out of bank.

This only works with contracts and bank currently. We are working on refactoring to make it more extensible for more handlers, including custom messages/queries as well as IBC.

Commit count: 1279

cargo fmt