github.com/stretchr/testify
go
pkg:golang/github.com/stretchr/testify
13,358 Dependabot PRs
2 days ago
5,764 repositories
30 repositories
Recent PRs (filtered by: Patch PRs )
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
toshimaru/nyan #215
Bump the all-updates group with 2 updates
cirruslabs/vetu #109
chore: bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the all group
hamba/testutils #64
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
openstack-exporter/openstack-exporter #480
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
KEINOS/go-bayes #10
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
nais/jwker #294
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the gomod group
isometry/terraform-provider-github #12
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
[skip-release] build: bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /tests
SweetOps/terraform-module-template #35
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
LukeWinikates/orbi-exporter #27
Bump the go group across 2 directories with 3 updates
giantswarm/ingress-nginx-upstream #59
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
UCLALibrary/service-template #150
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
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 in the dependencies group
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /rosetta
hiero-ledger/hiero-mirror-node #11895
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the gomod group
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
DaanV2/go-projects-launcher #12
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
1995parham-teaching/students-fall-2023 #48
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
EvergenEnergy/remote-standby #26
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
berquerant/k8s-object-diff-go #6
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
berquerant/grdep #49
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
carverauto/serviceradar #1596
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
lonegunmanb/terraform-bytebase-schema #53
Bump the dependencies group with 5 updates
winebarrel/sev #82
build(deps): bump the default group with 2 updates
terraform-provider-openstack/terraform-provider-openstack #1952
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
slipros/roamer #61
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
nemith/netconf #103
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
denisa/clq #514
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
adlandh/echo-sentry-middleware #30
chore(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
unpoller/unpoller #865
chore(go): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
vgarvardt/rklotz #223
chore(deps): bump the security group with 6 updates
replicatedhq/kURL-testgrid #888
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the go-mod group
authzed/authzed-go #345
Bump the minor group with 2 updates
abice/go-enum #286
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
sigstore/scaffolding #1696
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
steadybit/extension-instana #59
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
Triple-Z/envd #463
[DDO-3654]: Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /sherlock
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
gardener/oidc-apps-controller #240
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
zitadel/logging #39
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 |