From ece5e367f61a823e067a99bdcbf7f391133e3487 Mon Sep 17 00:00:00 2001 From: Dmitry Shulyak Date: Thu, 4 Jan 2018 14:57:50 +0200 Subject: [PATCH] Register testify command line flags (#528) --- .gitignore | 1 + testing/testing.go | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8898b0636..83b39f1fd 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,7 @@ profile.cov # tests .ethereumtest/ /vendor/**/*_test.go +*.test # # golang diff --git a/testing/testing.go b/testing/testing.go index 27d51dbd7..627adc0d7 100644 --- a/testing/testing.go +++ b/testing/testing.go @@ -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 (