github.com/stretchr/testify
go
pkg:golang/github.com/stretchr/testify
13,374 Dependabot PRs
about 3 hours ago
5,767 repositories
35 repositories
Recent PRs
chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
umputun/newscope #30
chore(deps): bump the minor-and-patch group across 1 directory with 2 updates
entur/terraform-google-sql-db #113
chore: Bump the golang-dependencies group with 3 updates
mendersoftware/mender-snapshot #63
build(deps): bump the all group with 33 updates
kubernetes-sigs/cloud-provider-azure #9702
chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /xrcg/dependencies/go/go121
Bump the all-go-mod-patch-and-minor group with 19 updates
aws/eks-anywhere-packages #1246
chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
jonas-grgt/ktea #123
chore(deps): bump github.com/stretchr/testify from 1.6.1 to 1.11.1 in the all-dependencies group across 1 directory
nmccready/aws-sdk-go-v2-ifaces #46
chore(deps): bump the all-dependencies group with 3 updates
nmccready/aws-sdk-go-v2-ifaces #45
Bump the github-dependencies group with 27 updates
kubernetes-csi/external-snapshot-metadata #193
Bump the gomod-dependencies group across 1 directory with 10 updates
kubernetes/cloud-provider-gcp #924
chore(go): bump the go group across 1 directory with 3 updates
floatme-corp/golflog #304
Bump the github-dependencies group with 48 updates
kubernetes-csi/external-health-monitor #346
chore(deps)(deps): bump the production-dependencies group in /operator with 11 updates
lukasz-bielinski/permission-binder-operator #15
Bump the dependencies group with 2 updates
brqnko/discord-job-management-bot #1
chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /service
OliveTin/OliveTin #742
chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /local-development-testcontainers
gofiber/recipes #3367
[gomod] Bump the dependencies group across 4 directories with 10 updates
open-edge-platform/infra-external #223
fix(deps): bump the external group across 1 directory with 5 updates
opentdf/platform #2917
chore(deps)(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /receiver/aerospikereceiver
pcwiese/opentelemetry-collector-contrib #30983
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /internal/coreinternal
pcwiese/opentelemetry-collector-contrib #30747
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /receiver/carbonreceiver
SabreOSS/opentelemetry-collector-contrib #41381
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /receiver/awsxrayreceiver
pcwiese/opentelemetry-collector-contrib #30574
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /exporter/sapmexporter
pcwiese/opentelemetry-collector-contrib #30564
Bump github.com/stretchr/testify from 1.8.4 to 1.11.1 in /processor/tailsamplingprocessor
pcwiese/opentelemetry-collector-contrib #30563
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 in /exporter/datadogexporter
manang-splunk/opentelemetry-collector-contrib #3156
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
chore(deps): bump the go-dependencies group across 1 directory with 2 updates
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 github.com/stretchr/testify from 1.7.0 to 1.11.1 in /testbed
manang-splunk/opentelemetry-collector-contrib #3144
Bump the go group in /integrations/event-handler with 5 updates
Bump the go group in /assets/backport with 2 updates
Bump github.com/stretchr/testify from 1.8.0 to 1.11.1 in /processor/spanmetricsprocessor
Shopify/opentelemetry-collector-contrib #3203
Bump github.com/stretchr/testify from 1.8.0 to 1.11.1 in /testbed
Shopify/opentelemetry-collector-contrib #3199
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
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 |