Versions in this module Expand all Collapse all v1 v1.0.0 Jan 10, 2020 Changes in this version + func InitLogger(t *testing.T, path string, level log.Priority, name string) (logger log.Logger, fClose func(), err error) + type Case struct + Func func(t *testing.T, opts ...interface{}) + type Suite []Case + func (ts Suite) Runner(t *testing.T, opts ...interface{})