Extend abci-cli to allow integration tests

This commit adds the basic test command 'abci-cli test' that will
allow developers of server for their own language to continuously test
their implementation.
This commit is contained in:
Adrian Brink
2017-05-04 11:29:25 +02:00
committed by Krzysztof Jurewicz
parent 48413b4839
commit e99e6ea0c7
6 changed files with 201 additions and 3 deletions

1
tests/tests.go Normal file
View File

@ -0,0 +1 @@
package tests