github.com/stretchr/testify
go
pkg:golang/github.com/stretchr/testify
13,372 Dependabot PRs
about 19 hours ago
5,766 repositories
33 repositories
Recent PRs (filtered by: Patch PRs )
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
edgexfoundry/app-functions-sdk-go #1738
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
helmfile/chartify #145
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
zitadel/oidc #789
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
kode4food/ale #75
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
goauthentik/terraform-provider-authentik #739
build(deps): Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
northwood-labs/mod-aws-networking #200
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
MixinNetwork/bot-api-go-client #260
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
senzing-garage/senzing-tools #366
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /pulumi/aws-ec2-public
46ki75/examples #352
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
devops-wiz/terraform-provider-jira #111
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
moov-io/ach #1654
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
ZEISS/v8go #45
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
ZEISS/zrn #108
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /cmd/firmware-action
9elements/firmware-action #745
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
senzing-garage/sz-sdk-go-mock #228
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
vmware/terraform-provider-vcf #360
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
katallaxie/pkg #272
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
mymmrac/telego #295
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
ZEISS/go-acs #70
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
anchore/quill #593
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
krzysztofreczek/go-structurizr #198
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
elastic/package-registry #1410
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
elastic/apm-perf #322
:arrow_up: Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
philips-labs/fatt #273
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
launchdarkly/ld-find-code-refs #566
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
0xERR0R/dex #154
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
xmidt-org/idock #42
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /container
futugyou/goproject #744
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
hyperscale/fabric #106
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /bib in the go-deps group
osbuild/bootc-image-builder #1034
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
chore: bump the minor-patch group in /src with 2 updates
harishphk/oh-my-posh #125
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
project-kessel/inventory-consumer #115
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
syrilster/go-fx-fluctuation-alert-lambda #744
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
katallaxie/htmx #24
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
CHERTS/pgscv #197
build(deps): bump the all group across 1 directory with 6 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 |