classic-core-test-tube 0.2.0

library for building integration testing environments for cosmos-sdk chains in Rust
Documentation
# test-tube

[![test-tube on crates.io](https://img.shields.io/crates/v/test-tube.svg)](https://crates.io/crates/test-tube) [![Docs](https://docs.rs/test-tube/badge.svg)](https://docs.rs/test-tube)

`test-tube` is a generic library for building testing environments for [CosmWasm](https://cosmwasm.com/) 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.