An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

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).

Ecosystem
proxy.golang.org
Latest Release
v0.0.0-20150225183255-68e9c0620927
about 11 years ago
Versions
1
Dependent Packages
384
Dependent Repos
2,187
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/cheekybits/is
spec
License MIT
Namespace github.com/cheekybits
First Release about 11 years ago
Last Synced 18 days ago
Repository
Stars 39 on GitHub
Forks 4 on GitHub
Docker Dependents 12
Docker Downloads 3,708
Rankings on proxy.golang.org
Overall Top 3.4%
Dependent packages Top 0.2%
Dependent repos Top 0.2%
Forks Top 9.0%
Docker downloads Top 1.0%