Move test bootstrap to main_test.go
This commit is contained in:
@ -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{})
|
||||
|
Reference in New Issue
Block a user