Skip to content
/ test Public

test library by aah framework

License

Notifications You must be signed in to change notification settings

go-aah/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test - aah framework

Build Status codecov Go Report Card Version GoDoc License

v0.2 released 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

# install the library
go get -u aahframework.org/test.v0

See official page [TODO]