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

https://github.com/theckman/hecktest

Helper methods for unit testing in Go
https://github.com/theckman/hecktest

Last synced: 3 months ago
JSON representation

Helper methods for unit testing in Go

Awesome Lists containing this project

README

        

# hecktest
[![TravisCI Build Status](https://img.shields.io/travis/theckman/hecktest/master.svg?style=flat)](https://travis-ci.org/theckman/hecktest)
[![GoDoc](https://img.shields.io/badge/hecktest-GoDoc-blue.svg?style=flat)](https://godoc.org/github.com/theckman/hecktest)

This repo is a place for code that I'd like to reuse when unit testing.
It has not muc purpose beyond that.

I do have unit tests for my helper methods!

## Installation
From the `master` branch:
```
go get github.com/theckman/hecktest
```

## License
hecktest is released under the BSD 3-Clause License. See the `LICENSE` file for
the full contents of the license.