Namespace suite flag m to testify.m

This commit is contained in:
Ernesto Jiménez 2016-09-24 19:52:00 +01:00
parent dfaf6b82bc
commit bfe70f3776

View File

@ -12,7 +12,7 @@ import (
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
var matchMethod = flag.String("m", "", "regular expression to select tests of the suite to run") var matchMethod = flag.String("testify.m", "", "regular expression to select tests of the testify suite to run")
// Suite is a basic testing suite with methods for storing and // Suite is a basic testing suite with methods for storing and
// retrieving the current *testing.T context. // retrieving the current *testing.T context.