mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-13 18:02:26 +08:00
使用github的七牛SDK,配置名称Kodo->Qiniu
This commit is contained in:
2
vendor/github.com/stretchr/testify/suite/suite.go
generated
vendored
2
vendor/github.com/stretchr/testify/suite/suite.go
generated
vendored
@@ -12,7 +12,7 @@ import (
|
||||
"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
|
||||
// retrieving the current *testing.T context.
|
||||
|
||||
Reference in New Issue
Block a user