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,4 +1,4 @@
package rpc
package rpctest
import (
"encoding/json"
@ -7,6 +7,7 @@ import (
"github.com/tendermint/tendermint/account"
"github.com/tendermint/tendermint/binary"
"github.com/tendermint/tendermint/rpc/types"
_ "github.com/tendermint/tendermint/test"
"github.com/tendermint/tendermint/types"
"net/http"
"testing"