mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 08:50:09 +00:00
Register testify command line flags (#528)
This commit is contained in:
parent
a79b1f6f7b
commit
ece5e367f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,6 +48,7 @@ profile.cov
|
||||
# tests
|
||||
.ethereumtest/
|
||||
/vendor/**/*_test.go
|
||||
*.test
|
||||
|
||||
#
|
||||
# golang
|
||||
|
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user