0g-chain/cli_test
Federico Kunze a573625df8
[R4R] bump SDK version to v0.38.3 (#421)
* bump SDK version to v0.38.3

Co-authored-by: Denali Marsh <denali@kava.io>
Co-authored-by: Kevin Davis <kjydavis3@gmail.com>
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
Co-authored-by: denalimarsh <denalimarsh@gmail.com>
Co-authored-by: rhuairahrighairigh <ruaridh.odonnell@gmail.com>
2020-04-23 12:35:58 -04:00
..
cli_test.go Add cli support for new bip44 coin type (#364) 2020-02-13 00:49:32 +00:00
README.md fix simulations 2019-09-12 14:27:13 -04:00
test_helpers.go [R4R] bump SDK version to v0.38.3 (#421) 2020-04-23 12:35:58 -04:00

CLI Integration tests

Run the full suite:

make build
go test -v -p 4 ./cli_test -tags cli_test

-v for verbose, -p 4 to use 4 cores, -tags cli_test a build tag (specified in cli_test.go) to tell go not to ignore the package

NOTE: While the full suite runs in parallel, some of the tests can take up to a minute to complete

NOTE: The tests will use the kvd or kvcli binaries in the build dir. Or in $BUILDDIR if that env var is set.