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

Top 0.2% on proxy.golang.org
Top 0.1% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 0.6% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org

proxy.golang.org : github.com/stretchr/testify

Module testify is a set of packages that provide many tools for testifying that your code will behave as you intend. Testify contains the following packages: The github.com/stretchr/testify/assert package provides a comprehensive set of assertion functions that tie in to the Go testing system. The github.com/stretchr/testify/require package provides the same assertions but as fatal checks. The github.com/stretchr/testify/mock package provides a system by which it is possible to mock your objects and verify calls are happening as expected. The github.com/stretchr/testify/suite package provides a basic structure for using structs as testing suites, and methods on those structs as tests. It includes setup/teardown functionality in the way of interfaces. A golangci-lint compatible linter for testify is available called testifylint.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/stretchr/testify
Keywords: assertions , go , golang , mocking , testify , testing , toolkit
License: MIT
Latest release: 3 months ago
First release: almost 10 years ago
Namespace: github.com/stretchr
Dependent packages: 146,490
Dependent repositories: 280,136
Stars: 25,349 on GitHub
Forks: 1,680 on GitHub
Docker dependents: 9,273
Docker downloads: 51,209,283,826
Total Commits: 807
Committers: 292
Average commits per author: 2.764
Development Distribution Score (DDS): 0.926
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago

    Loading...
    Readme
    Loading...