Versions in this module Expand all Collapse all v0 v0.0.3 Dec 10, 2021 v0.0.2 Dec 9, 2021 Changes in this version + func Error(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, ...) (starlark.Value, error) + func LoadAssertModule() (starlark.StringDict, error) + func SetReporter(thread *starlark.Thread, r Reporter) + type Reporter interface + Error func(err error) + FailNow func() bool + func GetReporter(thread *starlark.Thread) Reporter