Skip to content

Commit ea72eb9

Browse files
npxcompleteboyan-soubachov
authored andcommitted
added Log/Skip methods as required by CI tests
1 parent dca7be2 commit ea72eb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

suite/suite.go

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ type TestingT interface {
2121
Run(name string, f func(t *testing.T)) bool
2222
Errorf(format string, args ...interface{})
2323
FailNow()
24+
Log(args ...interface{})
25+
Skip(args ...interface{})
2426
}
2527

2628
// Suite is a basic testing suite with methods for storing and

0 commit comments

Comments
 (0)