Registry / testing / test-tube

test-tube

JSON →
library0.9.0rscratesunverified

Library for building integration testing environments for cosmos-sdk chains in Rust.

# Cargo.toml [dependencies] test-tube = "0.9.0"
INSTALL
IMPORT
SIG · TEST-TUBE
T
test-tube
testingrustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestEnv
✓ use test_tube::TestEnv;

Creates a new test environment for Cosmos SDK integration testing.

use test_tube::TestEnv; fn main() -> Result<(), Box<dyn std::error::Error>> { let env = TestEnv::new()?; println!("Test environment created"); Ok(()) }
Debug
Known issues
gotchaRequires a running Cosmos SDK node or mock backend; not for unit tests.
fix
Ensure you have a test node configured or use the mock feature flag.
affects: >=0.9.0
Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
test-tube — cargo add test-tube · libregistry