0g-chain/cli_test
rhuairahrighairigh cde0567a7e simplify README
2019-06-25 14:42:20 +01:00
..
cli_test.go fix tests 2019-06-25 14:30:06 +01:00
doc.go update import and build paths 2019-06-25 13:50:25 +01:00
README.md simplify README 2019-06-25 14:42:20 +01:00
test_helpers.go fix tests 2019-06-25 14:30:06 +01:00

CLI Integration tests

Run the full suite:

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 your $GOPATH/bin. Or in $BUILDDIR if that env var is set.