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
- Host: GitHub
- URL: https://github.com/theckman/hecktest
- Owner: theckman
- License: bsd-3-clause
- Created: 2014-12-30T14:49:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T20:08:33.000Z (over 10 years ago)
- Last Synced: 2025-01-24T15:12:45.466Z (5 months ago)
- Language: Go
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hecktest
[](https://travis-ci.org/theckman/hecktest)
[](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.