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

https://github.com/gigawattio/testlib

Extended testing helpers and utilities for Go.
https://github.com/gigawattio/testlib

gigawatt go golang testlib

Last synced: 6 months ago
JSON representation

Extended testing helpers and utilities for Go.

Awesome Lists containing this project

README

          

# testlib

[![Documentation](https://godoc.org/github.com/gigawattio/testlib?status.svg)](https://godoc.org/github.com/gigawattio/testlib)
[![Build Status](https://travis-ci.org/gigawattio/testlib.svg?branch=master)](https://travis-ci.org/gigawattio/testlib)
[![Report Card](https://goreportcard.com/badge/github.com/gigawattio/testlib)](https://goreportcard.com/report/github.com/gigawattio/testlib)

### About

Go (golang) library which provides extended testing helpers and utilities.

Created by [Jay Taylor](https://jaytaylor.com/) and used by [Gigawatt](https://gigawatt.io/).

### Requirements

* Go version 1.3 or newer

### Running the test suite

go test ./...

#### License

Permissive MIT license, see the [LICENSE](LICENSE) file for more information.