https://github.com/go-aah/test
test library by aah framework
https://github.com/go-aah/test
aah-framework test-suite tests
Last synced: about 2 months ago
JSON representation
test library by aah framework
- Host: GitHub
- URL: https://github.com/go-aah/test
- Owner: go-aah
- License: mit
- Created: 2016-07-19T23:12:20.000Z (almost 9 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-03-08T05:20:03.000Z (over 7 years ago)
- Last Synced: 2024-06-21T21:03:16.908Z (12 months ago)
- Topics: aah-framework, test-suite, tests
- Language: Go
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test - aah framework
[](https://travis-ci.org/go-aah/test) [](https://codecov.io/gh/go-aah/test/branch/master) [](https://goreportcard.com/report/aahframework.org/test.v0) [](https://github.com/go-aah/test/releases/latest)
[](https://godoc.org/aahframework.org/test.v0) [](LICENSE)***v0.2 [released](https://github.com/go-aah/test/releases/latest) and tagged on Mar 03, 2017***
`test` library is an extension to Go built-in `testing` package. It has developer known naming on methods. Easy to use! aah framework utilizes `test` library across.
*`test` developed for aah framework. However it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
# Installation
#### Stable - Version
```sh
# install the library
go get -u aahframework.org/test.v0
```See official page [TODO]