Move test bootstrap to main_test.go

This commit is contained in:
Taylor Gerring
2014-11-11 19:05:23 +01:00
parent cd94b5ffb3
commit d9ccbf04db
3 changed files with 14 additions and 5 deletions

View File

@ -3,11 +3,8 @@ package ethutil
import (
checker "gopkg.in/check.v1"
"math/big"
"testing"
)
func Test(t *testing.T) { checker.TestingT(t) }
type ValueSuite struct{}
var _ = checker.Suite(&ValueSuite{})