Versions in this module Expand all Collapse all v1 v1.0.0 May 10, 2023 Changes in this version + func CountFailures(rr []Result) int + func Run(test Test) (bool, string) + type Result struct + Duration time.Duration + Failed bool + Name string + Output string + func RunTAP(tests []Test, report io.Writer) []Result + func RunTests(tests []Test, report io.Writer) []Result + type T struct + func (t *T) Error(vs ...interface{}) + func (t *T) Errorf(format string, vs ...interface{}) + func (t *T) Fail() + func (t *T) FailNow() + func (t *T) Failed() bool + func (t *T) Fatal(vs ...interface{}) + func (t *T) Fatalf(format string, vs ...interface{}) + func (t *T) Helper() + func (t *T) Log(vs ...interface{}) + func (t *T) Logf(format string, vs ...interface{}) + type Test struct + Fn func(*T) + Name string + func MatchTests(tests []Test, expr string) []Test