github.com/stretchr/testify
go
pkg:golang/github.com/stretchr/testify
13,357 Dependabot PRs
2 days ago
5,763 repositories
31 repositories
Recent PRs (filtered by: Patch PRs )
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /keycloak
bigkevmcd/testcontainer-modules #9
build(deps): Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /test
brucellino/terraform-digitalocean-vpc #144
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
omec-project/sctplb #162
Build: Bump the go group with 10 updates
content-services/content-sources-backend #1189
chore(deps): Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
omec-project/pcf #253
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
omec-project/nssf #220
[Go]: Bump the go group across 13 directories with 5 updates
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
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
ksysoev/revdial #35
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
ctfer-io/ctfd-setup #185
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
losisin/helm-values-schema-json #269
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
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
adlandh/echo-otel-middleware #97
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
VictorAvelar/mollie-api-go #473
cli: bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /cli
shellhub-io/shellhub #5195
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
andydunstall/piko #273
build(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 in /terraform/provider
chanzuckerberg/happy #4174
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the gomod group
otto-wagner/github-observer #63
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
KEINOS/go-totp #68
api: bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /api
shellhub-io/shellhub #5194
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 in the dependencies group
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
kubernetes-sigs/gateway-api #4050
chore(deps): bump the common group across 1 directory with 14 updates
aiflash/trivy #337
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
euskadi31/go-std #46
ssh: bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /ssh
shellhub-io/shellhub #5193
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
syntaqx/serve #72
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
InftyAI/llmaz #493
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
hyperscale/hyperpic #179
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
euskadi31/go-sse #47
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
hyperscale-stack/inputfilter #20
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
omec-project/smf #453
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
filecoin-project/go-state-types #407
chore: bump github.com/stretchr/testify from 1.11.0 to 1.11.1
MatthiasHarzer/patreon-crawler #19
build(go): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
jnodorp/typist #18
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
terraform-linters/tflint-ruleset-aws #940
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
zerok/geotrace #39
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
gofika/bip32 #4
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
steadybit/extension-stackstate #114
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 |