module
0.0.0-20240514161515-056d7ba45610
Repository: https://github.com/skip-mev/chaintestutil.git
Documentation: pkg.go.dev
# README
chaintestutil
Utilities for testing Cosmos SDK chains
How to use
go get github.com/skip-mev/chaintestutil
Structure
.
├── encoding # Utilities for creating test encoding configurations
├── keeper # Utilities for creating a set of test keepers for integration tests
├── network # Utilities for creating a local test network for integration tests
└── sample # Functions for generating randomized Cosmos SDK types such as Coins, sdk.Ints, etc.
# Packages
No description provided by the author
No description provided by the author
Package keeper provides methods to initialize SDK keepers with local storage for test purposes.
Package network allows to programmatically spin up a local network for CLI tests.
Package sample provides methods to initialize sample object of various types for test purposes.