cosmos-sdk/simapp/internal/testnet/doc.go
Mark Rushakoff 68af247459
feat: add testutil/testnet package (#15655)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-04-05 19:16:45 +00:00

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