github.com/stretchr/testify
go
pkg:golang/github.com/stretchr/testify
13,304 Dependabot PRs
about 19 hours ago
5,749 repositories
31 repositories
Recent PRs
chore(deps)(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
Bump the all-deps group across 5 directories with 169 updates
hyperledger/fabric-private-chaincode #876
Bump the all-deps group across 5 directories with 169 updates
radiant-coder580pz/fabric-private-chaincode #9
Bump github.com/stretchr/testify from 1.7.0 to 1.11.1
Bonko/synology_photos_notifications #5
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /sos-app/services/device-service
build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
unwired/helmfile #16
build(deps): bump the weekly-updates group across 11 directories with 133 updates
ivanvc/etcd #671
Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in the test-dependencies group
fix(deps): bump the external group across 1 directory with 10 updates
opentdf/platform #2875
chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
erpc/erpc #535
Bump the all-deps group across 5 directories with 169 updates
hyperledger/fabric-private-chaincode #843
Bump the all-deps group across 5 directories with 169 updates
radiant-coder580pz/fabric-private-chaincode #8
Bump the prod-deps group across 1 directory with 6 updates
Bump the go group in /integrations/event-handler with 5 updates
Bump the go group in /assets/backport with 2 updates
Bump the all-go-mod-patch-and-minor group with 5 updates
zalando-incubator/es-operator #504
chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
build(deps): bump the weekly-updates group across 11 directories with 130 updates
ivanvc/etcd #667
vendor: bump github.com/stretchr/testify from 1.7.0 to 1.11.1
huntergregory/azure-container-networking #191
Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
hydrolix/grafana-datasource-plugin #43
build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /tests
scrtlabs/cosmos-sdk #839
Bump github.com/stretchr/testify from 1.9.0 to 1.11.1 in /tests
theshivammaurya/cosmos-sdk #337
deps(go)(deps): bump github.com/stretchr/testify from 1.8.4 to 1.11.1
georg-nikola/sentinel-mesh #14
Bump the all group with 20 updates
grafana/grafana-app-sdk #1054
chore(deps)(deps): bump the minor-and-patch group with 6 updates
Bump the gomod group with 54 updates
open-cluster-management-io/config-policy-controller #393
Bump the go_modules group across 1 directory with 5 updates
bsv-blockchain/go-overlay-services #234
Bump the github-dependencies group across 1 directory with 31 updates
kubernetes-sigs/gcp-filestore-csi-driver #1181
Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
kubeflow/spark-operator #2673
build(deps): bump the minor-and-patch-gomod-weekly group across 2 directories with 2 updates
async-knightbgt7/hiero-json-rpc-relay #45
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /exporter/signalfxexporter
kovrus/opentelemetry-collector-contrib #34043
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /receiver/hostmetricsreceiver
coralogix/opentelemetry-collector-contrib #35451
Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /tests
mian4671/Faisal #641
Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
Bump the all group with 20 updates
grafana/grafana-app-sdk #1028
build(deps): Bump the gomod group across 5 directories with 5 updates
bobcallaway/sigstore #1241
Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
Bump github.com/stretchr/testify from 1.8.2 to 1.11.1
open-o11y/opentelemetry-collector #1292
Bump github.com/stretchr/testify from 1.8.1 to 1.11.1
xiaobo88michael/cosmos-sdk #1206
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /pkg/translator/prometheus
pcwiese/opentelemetry-collector-contrib #30092
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /pkg/translator/prometheus
SabreOSS/opentelemetry-collector-contrib #40768
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /internal/aws/proxy
SabreOSS/opentelemetry-collector-contrib #40765
Bump the github-dependencies group across 1 directory with 30 updates
kubernetes-sigs/gcp-filestore-csi-driver #1176
fix(deps): bump the deps group across 1 directory with 10 updates
GoogleCloudPlatform/prometheus-engine #1783
Bump github.com/stretchr/testify from 1.8.0 to 1.11.1
mx-psi/opentelemetry-collector #680
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /exporter/azuremonitorexporter
albertteoh/opentelemetry-collector-contrib #11924
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /receiver/carbonreceiver
albertteoh/opentelemetry-collector-contrib #11921
Bump the combined group across 1 directory with 14 updates
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
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
about 1 year ago |
| Dependent Repos: | 280,136 |
| Dependent Packages: | 146,490 |
| Ranking: | Top 0.0004% by dependent repos Top 0.0001% by dependent pkgs |