test-tube-inj

library for building integration testing environments for cosmos-sdk chains in Rust

9 stable releases

2.0.2 Oct 16, 2024
2.0.1 Aug 2, 2024
1.1.5 Jun 18, 2024
1.1.4 May 2, 2024
1.1.0 May 24, 2023
Download history 64/week @ 2024-07-19 114/week @ 2024-07-26 215/week @ 2024-08-02 55/week @ 2024-08-09 20/week @ 2024-08-16 42/week @ 2024-08-23 106/week @ 2024-08-30 18/week @ 2024-09-06 76/week @ 2024-09-13 92/week @ 2024-09-20 85/week @ 2024-09-27 63/week @ 2024-10-04 202/week @ 2024-10-11 88/week @ 2024-10-18 75/week @ 2024-10-25 50/week @ 2024-11-01

419 downloads per month
Used in 2 crates (via injective-test-tube)

MIT/Apache

48KB
1.5K SLoC

test-tube

test-tube on crates.io Docs

test-tube is a generic library for building testing environments for CosmWasm smart contracts. It allows you to test your smart contract logic against the actual Cosmos SDK chain's logic, which is written in Go, using Rust. This eliminates the need to write Go code or learn Go in order to test your smart contracts against the Cosmos SDK.

Dependencies

~23–37MB
~649K SLoC