1 2 3 4 5 6
//! Integration testing execution environment backed by a [osmosis-test-tube](osmosis_test_tube) App. //! It has an associated state that stores deployment information for easy retrieval and contract interactions. mod core; pub use self::core::*;