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

Top 4.2% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org

proxy.golang.org : github.com/kkyr/assert

Package assert provides an assertion library for use within Go tests. If you'd like for assert to call t.Fatal instead of t.Error on failures, use Assert.Require: Alternatively, you can have a mixed approach by calling Assert.Require only on certain tests using a fluent syntax: You can use Assert.Field to add additional context to failure messages: Successive calls to Assert.Field will overwrite previous values and only the last field will be used. You can chain fluent syntax methods together: Equality of two values is determined using the Equal func in the go-cmp package.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/kkyr/assert
Keywords: assertions , go , golang , testing
License: Apache-2.0
Latest release: about 3 years ago
First release: about 3 years ago
Namespace: github.com/kkyr
Dependent packages: 2
Dependent repositories: 1
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 24 days ago

    Loading...
    Readme
    Loading...