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

https://github.com/rocketlaunchr/testing-go

A testing framework for Go unit testing.
https://github.com/rocketlaunchr/testing-go

go golang testing

Last synced: 6 months ago
JSON representation

A testing framework for Go unit testing.

Awesome Lists containing this project

README

          






testing-go

# Features

1. Supports testing functions that return 1 or 2 values
2. Convenience & Simplicity

Until I write better documentation, see `ret1_test.go` and `ret2_test.go` for examples of usage.

## Installation

```
go get -u github.com/rocketlaunchr/testing-go
```