Skip to content

Commit

Permalink
added Log/Skip methods as required by CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
npxcomplete authored and boyan-soubachov committed Jan 29, 2020
1 parent dca7be2 commit ea72eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suite/suite.go
Expand Up @@ -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
Expand Down

0 comments on commit ea72eb9

Please sign in to comment.