Register testify command line flags (#528)

This commit is contained in:
Dmitry Shulyak 2018-01-04 14:57:50 +02:00 committed by Ivan Daniluk
parent a79b1f6f7b
commit ece5e367f6
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -48,6 +48,7 @@ profile.cov
# tests
.ethereumtest/
/vendor/**/*_test.go
*.test
#
# golang

View File

@ -13,6 +13,8 @@ import (
"github.com/status-im/status-go/geth/common"
"github.com/status-im/status-go/geth/params"
_ "github.com/stretchr/testify/suite" // required to register testify flags
)
var (