Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leighmcculloch/go-testparallel
Go package that provides a function for making all tests in a suite run in Parallel without adding t.Parallel() to every test.
https://github.com/leighmcculloch/go-testparallel
go golang testing
Last synced: 28 days ago
JSON representation
Go package that provides a function for making all tests in a suite run in Parallel without adding t.Parallel() to every test.
- Host: GitHub
- URL: https://github.com/leighmcculloch/go-testparallel
- Owner: leighmcculloch
- License: mit
- Archived: true
- Created: 2019-09-05T05:56:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T06:51:05.000Z (over 5 years ago)
- Last Synced: 2024-08-03T23:27:26.646Z (4 months ago)
- Topics: go, golang, testing
- Language: Go
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - go-testparallel
README
# go-testparallel
[![CircleCI](https://circleci.com/gh/leighmcculloch/go-testparallel.svg?style=svg)](https://circleci.com/gh/leighmcculloch/go-testparallel)
[![Go Report Card](https://goreportcard.com/badge/github.com/leighmcculloch/go-testparallel)](https://goreportcard.com/report/github.com/leighmcculloch/go-testparallel)
[![Go docs](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/4d63.com/testparallel)Go package that provides a function for making all tests in a suite run in Parallel without adding t.Parallel() to every test.
See Go docs for usage.