An open index of dependabot pull requests across open source projects.

github.com/stretchr/testify

Ecosystem:
go
Package URL:
pkg:golang/github.com/stretchr/testify
Total PRs:
11,933 Dependabot PRs
Latest PR:
about 3 hours ago
Unique Repositories:
5,328 repositories
Unique Repos (30 days):
5,125 repositories
Recent PRs
Package Details
Name: github.com/stretchr/testify
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/stretchr/testify
JSON API: View JSON
Package Information
Description:

Package 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 assert package provides a comprehensive set of assertion functions that tie in to the Go testing system. The mock package provides a system by which it is possible to mock your objects and verify calls are happening as expected. The 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.

Repository: https://github.com/stretchr/testify
Homepage: https://github.com/stretchr/testify
Latest Release: v1.10.0
10 months ago
Dependent Repos: 280,136
Dependent Packages: 146,490
Ranking: Top 0.0004% by dependent repos Top 0.0001% by dependent pkgs
PR Status
Open 6,707 (56.4%)
Merged 2,380 (20.0%)
Closed 2,573 (21.6%)
PR Types
Major 1 (0.0%)
Patch 1,910 (16.1%)
Minor 9,749 (82.0%)