github.com/stretchr/testify
go
pkg:golang/github.com/stretchr/testify
13,364 Dependabot PRs
3 days ago
5,764 repositories
31 repositories
Recent PRs (filtered by: Patch PRs )
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the allgo group
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
lxc/terraform-provider-incus #308
chore(deps): bump the dependencies group with 2 updates
ymtdzzz/lazypkg #42
chore(deps): Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
super7ramp/crogo #15
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
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
Azure/terraform-module-test-helper #163
chore(deps): bump the dependencies group with 14 updates
ymtdzzz/otel-tui #329
build(deps): bump the gomod-normal-deps group with 2 updates
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
ksysoev/wsget #99
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
bbkane/enventory #120
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /go/discovery_kit_sdk
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the dependencies group
chore(deps)(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
vmware/terraform-provider-nsxt #1817
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /reference-converter
nginx/nginx-directive-reference #443
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
elgohr/go-localstack #1009
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
murex/gamekit-coffeemachine #6
chore(deps): bump the main group with 3 updates
aiven/aiven-operator #1010
chore(deps): bump the go-dependencies group with 5 updates
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the all-go-mod-patch-and-minor group
zalando/skipper #3606
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
suse-edge/edge-image-builder #771
chore(deps): bump the dependencies group in /tuiexporter with 7 updates
ymtdzzz/otel-tui #328
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 in /e2e
djpiper28/cards-against-humanity #35
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
lonegunmanb/terraform-helm-schema #53
chore(deps): bump the gomod group with 8 updates
grafana/grafana-operator #2166
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
Bump the go-modules group across 1 directory with 32 updates
paketo-buildpacks/go-dist #1096
build(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
bilalcaliskan/golang-cli-template #111
Build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
release-engineering/exodus-rsync #566
Build(deps): bump the gomod-backward-compatible group with 4 updates
hashicorp/vault-k8s #785
chore: Bump the all group with 8 updates
hamba/cmd #308
[chore] : Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the go group
build(go): 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
getporter/terraform-mixin #145
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
Bump the dependencies group in /apps/system/api with 5 updates
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
MaterializeInc/terraform-provider-materialize #735
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
elastic/opbeans-go #235
[PF-2](deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the minor group
containifyci/go-self-update #6
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
woodpecker-kit/woodpecker-gitea-publisher-golang #56
build(go): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
woodpecker-kit/woodpecker-tools #84
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
RootShell-coder/certificates #1
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /ext/funnel_http
sue445/funnel_http #102
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 |