added Log/Skip methods as required by CI tests

pull/881/head
Keynan Pratt 2020-01-29 08:23:57 +11:00 committed by Boyan Soubachov
parent dca7be2281
commit ea72eb9159
1 changed files with 2 additions and 0 deletions

View File

@ -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