import tendermint/test to init ~/.tendermint_test/*

This commit is contained in:
Jae Kwon
2015-05-16 15:04:00 -07:00
parent 3565db4eef
commit b8c735bd59
8 changed files with 24 additions and 39 deletions

View File

@ -1,6 +1,7 @@
package rpc
package rpctest
import (
_ "github.com/tendermint/tendermint/test"
"testing"
)