github.com/stretchr/testify
go
pkg:golang/github.com/stretchr/testify
13,385 Dependabot PRs
about 4 hours ago
5,767 repositories
39 repositories
Recent PRs (filtered by: Patch PRs )
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /cmd/otelinmemexporter
elastic/apm-perf #321
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
mys721tx/lpc #49
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
CaoMeiYouRen/go-gin-template #14
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
go-faster/bot #592
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
mxpv/podsync #765
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
rustatian/IPC #33
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
axiomhq/cli #297
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
engity-com/bifroest #204
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
cloudfoundry/terraform-provider-cloudfoundry #288
gomod(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
kyma-project/btp-manager #1160
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
chore: bump github.com/stretchr/testify from 1.11.0 to 1.11.1
Build(deps): Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
rkosegi/routeros2rest-bridge #39
chore: bump github.com/stretchr/testify from 1.11.0 to 1.11.1
ogen-go/ogen #1519
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /src
murex/TCR #1138
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the go group across 1 directory
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
roadrunner-server/proxy_ip_parser #94
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /plc4go
apache/plc4x-extras #453
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the github-actions group
ohyooo/mosdns #70
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
go: bump github.com/stretchr/testify from 1.11.0 to 1.11.1
inspektor-gadget/inspektor-gadget #4842
Bump the go-modules group across 1 directory with 23 updates
paketo-buildpacks/go-mod-vendor #913
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
SAP/terraform-provider-btp #1175
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
mys721tx/mmse-go #15
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
alrayyes/gwttr #47
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
sj14/dbbench #384
Bump the go-modules group across 1 directory with 22 updates
paketo-buildpacks/npm-install #984
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
in-toto/attestation #483
chore(dependabot): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /runtime-watcher
kyma-project/runtime-watcher #607
⬆️ sec(deps): Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
synology-community/go-synology #54
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
SAP/terraform-exporter-btp #459
⬆️ Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
jiro4989/ojosama #165
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
markusressel/polybar-addons #20
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
davidsbond/autopgo #116
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
redhat-data-and-ai/usernaut #84
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the all group
kubernetes/release #4101
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
sue445/feed_squeezer #105
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
jvanbuel/terraform-provider-atuin #146
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
IBM-Cloud/cloud-provider-ibm #209
chore(deps): Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
anchore/grype-db #654
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 |