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.
- Host: GitHub
- URL: https://github.com/rocketlaunchr/testing-go
- Owner: rocketlaunchr
- License: mit
- Created: 2021-01-01T23:32:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T07:49:57.000Z (over 5 years ago)
- Last Synced: 2025-02-12T18:07:00.149Z (about 1 year ago)
- Topics: go, golang, testing
- Language: Go
- Homepage:
- Size: 96.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```