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

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

Awesome Lists containing this project

README

        

# test - aah framework

[![Build Status](https://travis-ci.org/go-aah/test.svg?branch=master)](https://travis-ci.org/go-aah/test) [![codecov](https://codecov.io/gh/go-aah/test/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/test/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/test.v0)](https://goreportcard.com/report/aahframework.org/test.v0) [![Version](https://img.shields.io/badge/version-0.2-blue.svg)](https://github.com/go-aah/test/releases/latest)
[![GoDoc](https://godoc.org/aahframework.org/test.v0?status.svg)](https://godoc.org/aahframework.org/test.v0) [![License](https://img.shields.io/github/license/go-aah/test.svg)](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]