github.com/stretchr/testify
go
pkg:golang/github.com/stretchr/testify
13,352 Dependabot PRs
1 day ago
5,762 repositories
32 repositories
Recent PRs (filtered by: Patch PRs )
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
kovetskiy/mark #652
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
thalassa-cloud/cloud-provider-thalassa #28
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
etcd-io/bbolt #1076
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
ganto/pkgproxy #81
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
Angak0k/pimpmypack #118
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
smallstep/cli #1480
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /wasp
monster0318/chainlink-framework-testing #208
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
chore(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
thenativeweb/eventsourcingdb-client-golang #143
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
nxtrace/NTrace-V1 #106
chore(deps)(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 in /functions/itsmhelper
CrowdStrike/foundry-sample-servicenow-itsm #17
chore: deps: bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /qubership-apihub-sniffer-agent
Netcracker/qubership-apihub-sniffer-agent #22
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
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
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
bsv-blockchain/go-lockfree-queue #19
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
bilalcaliskan/kube-pod-terminator #288
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
bsv-blockchain/go-chaincfg #26
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
zerok/webmentiond #188
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
vanng822/css #9
chore(deps): bump the common group with 8 updates
aquasecurity/trivy #9420
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the minor-patch group
anothertobi/viseca-exporter #68
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
lonegunmanb/avmfix #454
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
chore(deps): bump the ci group with 5 updates
score-spec/score-k8s #203
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /tools
Chore: (deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
kcl-lang/krm-kcl #172
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
getAlby/hub #1675
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
bsv-blockchain/go-safe-conversion #18
chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
bsv-blockchain/go-template #15
chore: bump github.com/stretchr/testify from 1.11.0 to 1.11.1
aibor/timewarrior-extensions #16
build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in /util
kubewharf/podseidon #176
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 in the dependencies group
winebarrel/mer #42
Bump the go group across 2 directories with 3 updates
Bump github.com/stretchr/testify from 1.11.0 to 1.11.1
unreality/cli #293
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
jrhy/s3db #607
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 |