#cosmos #go #cosmos-sdk #environments #testing #chain #integration

test-tube

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

17 releases (7 breaking)

new 0.8.0 Oct 23, 2024
0.7.0 May 17, 2024
0.6.0 Apr 17, 2024
0.6.0-alpha.1 Mar 1, 2024
0.1.0 Dec 21, 2022

#179 in Magic Beans

Download history 723/week @ 2024-07-03 935/week @ 2024-07-10 1262/week @ 2024-07-17 731/week @ 2024-07-24 810/week @ 2024-07-31 723/week @ 2024-08-07 678/week @ 2024-08-14 512/week @ 2024-08-21 370/week @ 2024-08-28 256/week @ 2024-09-04 249/week @ 2024-09-11 236/week @ 2024-09-18 168/week @ 2024-09-25 195/week @ 2024-10-02 226/week @ 2024-10-09 252/week @ 2024-10-16

892 downloads per month
Used in 18 crates (2 directly)

MIT/Apache

58KB
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

~22–37MB
~664K SLoC