11 lines
436 B
Go
11 lines
436 B
Go
// Package testnet contains tests for
|
|
// [github.com/cosmos/cosmos-sdk/testutil/testnet].
|
|
//
|
|
// Eventually all of these tests will move into that package,
|
|
// but that is currently blocked on having a minimal app defined
|
|
// in the root cosmos-sdk Go module.
|
|
// Once that app is available, the contents of this package
|
|
// will be moved to testutil/testnet,
|
|
// and references to SimApp will be replaced by the minimal app.
|
|
package testnet
|