github.com/stretchr/testify
go
pkg:golang/github.com/stretchr/testify
13,511 Dependabot PRs
about 20 hours ago
5,776 repositories
40 repositories
Recent PRs (filtered by: Patch PRs )
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
oras-project/oras-go #995
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
nais/kafkarator #395
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
senzing-garage/playground #420
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
IBM-Cloud/cloud-provider-ibm #201
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
kgrep-org/kgrep #172
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the all group
kubernetes-sigs/release-utils #143
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
owenrumney/go-sarif #107
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the go group
pete911/certinfo #47
Bump the go-modules group with 3 updates
paketo-buildpacks/node-start #750
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
greboid/dsp #12
deps(go): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
oasisprotocol/oasis-web3-gateway #774
feat(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
goschtalt/properties-decoder #186
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
Azure/mpf #133
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the version-updates group
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
dimkr/tootik #174
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
sue445/plant_erd #293
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
Kong/kubernetes-telemetry #353
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
helm/helm #31208
Bump the go-modules group across 1 directory with 22 updates
paketo-buildpacks/go-dist #1092
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
aegoroff/dirstat #135
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
sue445/gitpanda #1809
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
xmidt-org/gokeepachangelog #55
gomod(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
kyma-project/kyma-environment-broker #2300
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
sue445/go-doorkeeper #110
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
senzing-garage/go-messaging #77
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /backend
harehare/textusm #4212
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
sue445/terraform-version-updater #49
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
IOTechSystems/go-mod-central-ext #94
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
kubernetes-sigs/ibm-powervs-block-csi-driver #966
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
tgragnato/goflow #71
Bump the gomod group with 7 updates
chatwork/aws-checker #185
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
AlphaOne1/sonicweb #151
build(deps): Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
edgexfoundry/device-rest-go #492
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
crashlooping/easy-maintenance #132
deps(memcached)(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /backend/memcached in the memcached-dependencies group
azrod/kivigo #50
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
e-identification/bankid-go #56
build(deps): 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
chenquan/sqlplus #24
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
XTLS/Xray-core #5068
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 |