https://github.com/kunwardeep/paralleltest

Linter to check if your tests have been marked as parallel correctly
https://github.com/kunwardeep/paralleltest

Keywords

linter parallel test

Last synced: 11 months ago
JSON representation

Acceptance Criteria

Repository metadata

Linter to check if your tests have been marked as parallel correctly


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 11 months ago

Total Commits: 54
Total Committers: 14
Avg Commits per committer: 3.857
Development Distribution Score (DDS): 0.519

Commits in past year: 3
Committers in past year: 3
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.667

Name Email Commits
kunwardeep k****p@g****m 26
Peter Mescalchin p****r@m****m 11
Bastian Müller b****n@t****m 4
John Hedges j****n@d****k 2
Rodrigo Argüello Flores r****1@g****m 2
AngusGMorrison c****t@a****m 1
Brandur b****r@b****g 1
Kunwardeep k****i@z****m 1
Lachlan Donald l****n@s****m 1
Oleksandr Redko o****b@g****m 1
Rob Kennedy k****i@g****m 1
Spencer Schrock s****k@g****m 1
Angus 4****n 1
Fernandez Ludovic l****z 1

Committer domains:


Issue and Pull Request metadata

Last synced: over 1 year ago

Total issues: 12
Total pull requests: 21
Average time to close issues: 5 months
Average time to close pull requests: 22 days
Total issue authors: 12
Total pull request authors: 12
Average comments per issue: 3.75
Average comments per pull request: 1.05
Merged pull request: 20
Bot issues: 0
Bot pull requests: 0

Past year issues: 3
Past year pull requests: 6
Past year average time to close issues: 2 months
Past year average time to close pull requests: about 1 month
Past year issue authors: 3
Past year pull request authors: 6
Past year average comments per issue: 1.67
Past year average comments per pull request: 2.0
Past year merged pull request: 6
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/kunwardeep/paralleltest

Top Issue Authors

  • Esequiel378 (1)
  • invidian (1)
  • jamietanna (1)
  • kevgo (1)
  • kumarom (1)
  • lox (1)
  • magnetikonline (1)
  • nasermirzaei89 (1)
  • prashantv (1)
  • rkennedy (1)
  • turbolent (1)
  • wasaga (1)

Top Pull Request Authors

  • kunwardeep (8)
  • turbolent (2)
  • magnetikonline (2)
  • drystone (1)
  • AngusGMorrison (1)
  • brandur (1)
  • ryo-yamaoka (1)
  • lox (1)
  • spencerschrock (1)
  • rarguelloF (1)
  • rkennedy (1)
  • alexandear (1)

Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/kunwardeep/paralleltest

  • Homepage: https://github.com/kunwardeep/paralleltest
  • Documentation: https://pkg.go.dev/github.com/kunwardeep/paralleltest#section-documentation
  • Licenses: MIT
  • Latest release: v1.0.10 (published about 1 year ago)
  • Last Synced: 2024-06-04T02:42:45.930Z (11 months ago)
  • Versions: 10
  • Dependent Packages: 1,318
  • Dependent Repositories: 6,053
  • Docker Downloads: 3,261,289,176
  • Rankings:
    • Dependent repos count: 0.101%
    • Dependent packages count: 0.108%
    • Docker downloads count: 0.267%
    • Average: 3.04%
    • Stargazers count: 7.298%
    • Forks count: 7.425%

Dependencies

go.mod go
  • golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
  • golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
  • golang.org/x/tools v0.1.10
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
go.sum go
  • github.com/yuin/goldmark v1.4.1
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
  • golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
  • golang.org/x/net v0.0.0-20190620200207-3b0461eec859
  • golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
  • golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210423082822-04245dca01da
  • golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
  • golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.3
  • golang.org/x/text v0.3.6
  • golang.org/x/text v0.3.7
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
  • golang.org/x/tools v0.1.10
  • 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-20200804184101-5ec99f83aff1
tools/go.mod go
  • github.com/BurntSushi/toml v0.3.1
  • github.com/Djarvur/go-err113 v0.0.0-20200511133814-5174e21577d5
  • github.com/Masterminds/semver v1.5.0
  • github.com/OpenPeeDeeP/depguard v1.0.1
  • github.com/bombsimon/wsl/v3 v3.1.0
  • github.com/daixiang0/gci v0.2.4
  • github.com/davecgh/go-spew v1.1.1
  • github.com/denis-tingajkin/go-header v0.3.1
  • github.com/fatih/color v1.9.0
  • github.com/fsnotify/fsnotify v1.4.9
  • github.com/go-critic/go-critic v0.5.2
  • github.com/go-toolsmith/astcast v1.0.0
  • github.com/go-toolsmith/astcopy v1.0.0
  • github.com/go-toolsmith/astequal v1.0.0
  • github.com/go-toolsmith/astfmt v1.0.0
  • github.com/go-toolsmith/astp v1.0.0
  • github.com/go-toolsmith/strparse v1.0.0
  • github.com/go-toolsmith/typep v1.0.2
  • github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
  • github.com/gobwas/glob v0.2.3
  • github.com/gofrs/flock v0.8.0
  • github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
  • github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
  • github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
  • github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
  • github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
  • github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d
  • github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
  • github.com/golangci/golangci-lint v1.31.0
  • github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
  • github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
  • github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
  • github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
  • github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
  • github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
  • github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
  • github.com/google/go-cmp v0.5.2
  • github.com/gostaticanalysis/analysisutil v0.0.3
  • github.com/hashicorp/hcl v1.0.0
  • github.com/inconshreveable/mousetrap v1.0.0
  • github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
  • github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
  • github.com/kisielk/gotool v1.0.0
  • github.com/konsorten/go-windows-terminal-sequences v1.0.3
  • github.com/kyoh86/exportloopref v0.1.7
  • github.com/magiconair/properties v1.8.1
  • github.com/maratori/testpackage v1.0.1
  • github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
  • github.com/mattn/go-colorable v0.1.7
  • github.com/mattn/go-isatty v0.0.12
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/mitchellh/mapstructure v1.1.2
  • github.com/nakabonne/nestif v0.3.0
  • github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
  • github.com/nishanths/exhaustive v0.0.0-20200811152831-6cf413ae40e0
  • github.com/pelletier/go-toml v1.2.0
  • github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/quasilyte/go-ruleguard v0.2.0
  • github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
  • github.com/ryancurrah/gomodguard v1.1.0
  • github.com/ryanrolds/sqlclosecheck v0.3.0
  • github.com/securego/gosec/v2 v2.4.0
  • github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
  • github.com/sirupsen/logrus v1.6.0
  • github.com/sonatard/noctx v0.0.1
  • github.com/sourcegraph/go-diff v0.6.0
  • github.com/spf13/afero v1.1.2
  • github.com/spf13/cast v1.3.0
  • github.com/spf13/cobra v1.0.0
  • github.com/spf13/jwalterweatherman v1.0.0
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.7.1
  • github.com/ssgreg/nlreturn/v2 v2.1.0
  • github.com/stretchr/objx v0.1.1
  • github.com/stretchr/testify v1.6.1
  • github.com/subosito/gotenv v1.2.0
  • github.com/tdakkota/asciicheck v0.0.0-20200416190851-d7f85be797a2
  • github.com/tetafro/godot v0.4.8
  • github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
  • github.com/tommy-muehle/go-mnd v1.3.1-0.20200224220436-e6f9a994e8fa
  • github.com/ultraware/funlen v0.0.3
  • github.com/ultraware/whitespace v0.0.4
  • github.com/uudashr/gocognit v1.0.1
  • golang.org/x/mod v0.3.0
  • golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980
  • golang.org/x/text v0.3.2
  • golang.org/x/tools v0.0.0-20200812195022-5ae4c3c160a0
  • golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
  • gopkg.in/ini.v1 v1.51.0
  • gopkg.in/yaml.v2 v2.3.0
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • honnef.co/go/tools v0.0.1-2020.1.5
  • mvdan.cc/gofumpt v0.0.0-20200709182408-4fd085cb6d5f
  • mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
  • mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
  • mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
tools/go.sum go
  • 485 dependencies
tools/vendor/github.com/golangci/misspell/Gopkg.lock go
  • github.com/gobwas/glob 5ccd90ef52e1e632236f7326478d4faa74f99438
tools/vendor/github.com/golangci/misspell/Gopkg.toml go
  • github.com/gobwas/glob 0.2.3
tools/vendor/github.com/nbutton23/zxcvbn-go/Gopkg.lock go
  • github.com/davecgh/go-spew 346938d642f2ec3594ed81d874461961cd0faa76
  • github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2
  • github.com/stretchr/testify 69483b4bd14f5845b5a1e55bca19e954e827f1d0
tools/vendor/github.com/nbutton23/zxcvbn-go/Gopkg.toml go
  • github.com/stretchr/testify 1.1.4
tools/vendor/github.com/stretchr/objx/Gopkg.lock go
  • github.com/davecgh/go-spew 346938d642f2ec3594ed81d874461961cd0faa76
  • github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2
  • github.com/stretchr/testify b91bfb9ebec76498946beb6af7c0230c7cc7ba6c
tools/vendor/github.com/stretchr/objx/Gopkg.toml go
  • github.com/stretchr/testify ~1.2.0
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
tools/vendor/github.com/securego/gosec/v2/action.yml actions
  • docker://securego/gosec * docker
tools/vendor/github.com/golangci/misspell/Dockerfile docker
  • golang 1.10.0-alpine build
tools/vendor/github.com/ryancurrah/gomodguard/Dockerfile docker
  • golang ${GO_VERSION}-alpine${ALPINE_VERSION} build
tools/vendor/github.com/securego/gosec/v2/Dockerfile docker
  • golang ${GO_VERSION}-alpine build

Score: 28.43626836715128