cosmos-sdk/tests
Dev Ojha f2a83a07f9 Merge PR #1366: tests: add method to wait for n blocks to pass
Adds a helper method to tests/util.go for waiting for N blocks to
pass. This is useful for situations when you need to wait for
multiple blocks to pass, but don't know the current block number.
In general, this is safer than using "wait for height", since the
block height could have advanced further than expected while the
test was running.

Resolves remaining point in #1283
2018-06-25 23:53:48 +02:00
..
check_basecli.sh Implement RPC subcommands 2018-03-01 02:36:57 +00:00
gobash.go Make Execute and GoExecute log better 2018-05-31 14:56:17 -07:00
process.go fix tests/process.go lint 2018-05-31 14:59:03 -07:00
test_cover.sh remove experimental bash tests from ci 2018-05-07 19:12:45 -04:00
util.go Merge PR #1366: tests: add method to wait for n blocks to pass 2018-06-25 23:53:48 +02:00