Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.