mirror of https://github.com/stretchr/testify.git
added Log/Skip methods as required by CI tests
parent
dca7be2281
commit
ea72eb9159
|
@ -21,6 +21,8 @@ type TestingT interface {
|
|||
Run(name string, f func(t *testing.T)) bool
|
||||
Errorf(format string, args ...interface{})
|
||||
FailNow()
|
||||
Log(args ...interface{})
|
||||
Skip(args ...interface{})
|
||||
}
|
||||
|
||||
// Suite is a basic testing suite with methods for storing and
|
||||
|
|
Loading…
Reference in New Issue