Package Usage: go: github.com/cheekybits/is
Package is is a mini testing helper.
is.OK asserts that the specified object is OK, which means
different things for different types:
is.Equal asserts that two objects are effectively equal.
is.Panic and is.PanicWith asserts that the func() will panic.
PanicWith specifies the panic text that is expected:
To prevent is from stopping when the first assertion fails,
you can use is.Relaxed(t), rather than is.New(t).
1 version
Latest release: over 10 years ago
384 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/cheekybits/is