https://github.com/gotestyourself/gotest.tools

assert assertions go golang test testing

Last synced: about 1 month ago

Repository metadata:

A collection of packages to augment the go testing package and support common patterns.


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 346
Total Committers: 24
Avg Commits per committer: 14.417
Development Distribution Score (DDS): 0.289

Commits in past year: 24
Committers in past year: 2
Avg Commits per committer in past year: 12.0
Development Distribution Score (DDS) in past year: 0.042

Name Email Commits
Daniel Nephin d****n@g****m 246
Sebastiaan van Stijn g****b@g****l 37
Vincent Demeester v****t@s****m 14
Ilia Choly i****y@a****m 10
glefloch g****h@g****m 8
Olivier Mengué d****n@c****g 5
Benjamin Boudreau b****n@g****m 4
Aaron Lehmann a****n@d****m 2
Daniel Nephin d****n@d****m 2
Eric Fialkowski e****i@g****m 2
Filinto Duran f****o@d****o 2
Silvin Lubecki s****i@d****m 2
Anthony Fok f****a@d****g 1
Brian Goff c****3@g****m 1
Charles Strahan c****s@c****m 1
Dom Lavery d****m@c****m 1
Hironao OTSUBO m****n@g****m 1
Ilia Choly i****y@g****m 1
John Howard (VM) j****d@n****m 1
Kir Kolyshkin k****n@g****m 1
zikaeroh 4****h 1
Oscar Söderlund o****d 1
Josh Soref j****f 1
Waldemar Quevedo w****o@g****m 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

go: gotest.tools/v3

Package gotesttools is a collection of packages to augment `testing` and support common patterns.

  • Homepage: https://github.com/gotestyourself/gotest.tools
  • Documentation: https://pkg.go.dev/gotest.tools/v3#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v3.5.1 (published over 1 year ago)
  • Last Synced: 2024-11-11T06:32:38.862Z (about 1 month ago)
  • Versions: 10
  • Dependent Packages: 3,746
  • Dependent Repositories: 31,107
  • Docker Downloads: 91,907,486
  • Rankings:
    • Dependent repos count: 0.033%
    • Dependent packages count: 0.064%
    • Docker downloads count: 0.378%
    • Average: 1.324%
    • Stargazers count: 2.68%
    • Forks count: 3.465%
go: gotest.tools

Package gotesttools is a collection of packages to augment `testing` and support common patterns.

  • Homepage: https://github.com/gotestyourself/gotest.tools
  • Documentation: https://pkg.go.dev/gotest.tools#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v2.2.0+incompatible (published about 6 years ago)
  • Last Synced: 2024-11-11T06:31:22.137Z (about 1 month ago)
  • Versions: 8
  • Dependent Packages: 6,241
  • Dependent Repositories: 37,058
  • Docker Downloads: 2,947,495
  • Rankings:
    • Dependent packages count: 0.028%
    • Dependent repos count: 0.03%
    • Docker downloads count: 0.591%
    • Average: 1.395%
    • Stargazers count: 2.771%
    • Forks count: 3.555%
go: github.com/gotestyourself/gotest.tools

Package gotesttools is a collection of packages to augment `testing` and support common patterns.

  • Homepage: https://github.com/gotestyourself/gotest.tools
  • Documentation: https://pkg.go.dev/github.com/gotestyourself/gotest.tools#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v2.2.0+incompatible (published about 6 years ago)
  • Last Synced: 2024-11-11T01:17:20.684Z (about 1 month ago)
  • Versions: 8
  • Dependent Packages: 1
  • Dependent Repositories: 5
  • Rankings:
    • Dependent repos count: 2.251%
    • Stargazers count: 2.852%
    • Average: 3.643%
    • Forks count: 3.654%
    • Dependent packages count: 5.813%

Dependencies

go.mod go
  • github.com/google/go-cmp v0.5.5
  • golang.org/x/tools v0.1.0
go.sum go
  • github.com/google/go-cmp v0.5.5
  • github.com/yuin/goldmark v1.2.1
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
  • golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
  • golang.org/x/mod v0.3.0
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20201021035429-f5854403a974
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
  • golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.3
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/tools v0.1.0
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
  • golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
.github/workflows/sync-main.yaml actions
  • actions/checkout v2 composite
x/generics/go.mod go
  • github.com/google/go-cmp v0.5.5
  • gotest.tools/v3 v3.3.0
x/generics/go.sum go
  • github.com/google/go-cmp v0.5.5
  • github.com/spf13/pflag v1.0.3
  • github.com/yuin/goldmark v1.2.1
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
  • golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
  • golang.org/x/mod v0.3.0
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20201021035429-f5854403a974
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
  • golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.3
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/tools v0.1.0
  • golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
  • golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
  • golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
  • gotest.tools/v3 v3.3.0