interchaintest

package
v7.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

README

interchaintest

This directory contains a test that can be parameterized at runtime, allowing a user to pick and choose what combinations of relayers and chains to test.

You can run the tests during development with go test, but for general distribution, you would generate the executable with go test -c.

The test binary supports a -matrix flag. See example_matrix.json for an example of what this can look like using the test chains included in this repository. See example_matrix_custom.json for an example of what this can look like using full chain config customization. You may need to reference the testMatrix type in ibc_test.go.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoggerCloser

type LoggerCloser struct {
	*zap.Logger
	io.Closer
	FilePath string
}

func (LoggerCloser) Close

func (lc LoggerCloser) Close() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL