Register testify command line flags (#528)
This commit is contained in:
parent
a79b1f6f7b
commit
ece5e367f6
|
@ -48,6 +48,7 @@ profile.cov
|
||||||
# tests
|
# tests
|
||||||
.ethereumtest/
|
.ethereumtest/
|
||||||
/vendor/**/*_test.go
|
/vendor/**/*_test.go
|
||||||
|
*.test
|
||||||
|
|
||||||
#
|
#
|
||||||
# golang
|
# golang
|
||||||
|
|
|
@ -13,6 +13,8 @@ import (
|
||||||
|
|
||||||
"github.com/status-im/status-go/geth/common"
|
"github.com/status-im/status-go/geth/common"
|
||||||
"github.com/status-im/status-go/geth/params"
|
"github.com/status-im/status-go/geth/params"
|
||||||
|
|
||||||
|
_ "github.com/stretchr/testify/suite" // required to register testify flags
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in New Issue