github.com/stretchr/testify
go
pkg:golang/github.com/stretchr/testify
13,543 Dependabot PRs
1 day ago
5,777 repositories
40 repositories
Recent PRs (filtered by: Patch PRs )
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
coopnorge/go-redis-facade #176
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
fasmat/go-dojo #22
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
senzing-garage/go-sdk-abstract-factory #309
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
flc1125/go-twca #22
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
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
parkr/changelog #38
chore(deps): bump the go group with 2 updates
Theo13111/kubernetes-ingress #1161
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
mys721tx/cdh #127
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
vgarvardt/gue #345
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /blog
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
pg-sharding/spqr #1527
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
tr3mor/prober #143
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
johnkerl/miller #1875
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 /.github/latest-deps
maratori/errors #122
:seedling: Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
open-cluster-management-io/managed-serviceaccount #219
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the all group
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
xmidt-org/scytale #471
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
argoproj/pkg #845
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the other-go-modules group
redhat-best-practices-for-k8s/certsuite #3178
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
maxmind/xgbshap #52
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
xmidt-org/medley #57
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
LederWorks/terraform-provider-iactools #20
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
si3nloong/sqlgen #213
chore: bump github.com/stretchr/testify from 1.11.0 to 1.11.1
AppleGamer22/raker #302
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
cloudflare/pint #1525
deps(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
rohitraut3366/chronos-kubernetes-scheduler #35
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
parkr/merge-pr #83
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
jekyll/jekyllbot #111
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
feat(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
alexfalkowski/infraops #1449
Bump github.com/stretchr/testify from 1.8.2 to 1.8.4
bump github.com/stretchr/testify from 1.8.1 to 1.8.4 in /receiver/filelogreceiver
mar4uk/opentelemetry-collector-contrib #7586
bump github.com/stretchr/testify from 1.8.1 to 1.8.4 in /exporter/splunkhecexporter
mar4uk/opentelemetry-collector-contrib #7571
bump github.com/stretchr/testify from 1.8.1 to 1.8.4 in /extension/awsproxy
mar4uk/opentelemetry-collector-contrib #7564
Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 in /extension/storage
mar4uk/opentelemetry-collector-contrib #7558
bump github.com/stretchr/testify from 1.8.1 to 1.8.4 in /pkg/batchperresourceattr
mar4uk/opentelemetry-collector-contrib #7544
bump github.com/stretchr/testify from 1.8.1 to 1.8.4 in /receiver/redisreceiver
mar4uk/opentelemetry-collector-contrib #7535
bump github.com/stretchr/testify from 1.8.1 to 1.8.4 in /processor/filterprocessor
mar4uk/opentelemetry-collector-contrib #7517
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 |