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.
- Host: GitHub
- URL: https://github.com/gigawattio/testlib
- Owner: gigawattio
- License: mit
- Created: 2016-11-16T21:16:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T22:08:13.000Z (almost 8 years ago)
- Last Synced: 2024-07-14T09:21:14.138Z (about 2 years ago)
- Topics: gigawatt, go, golang, testlib
- Language: Go
- Homepage: https://gigawatt.io/
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testlib
[](https://godoc.org/github.com/gigawattio/testlib)
[](https://travis-ci.org/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.