Popularity
7.2
Declining
Activity
0.0
Stable
691
15
178

Programming language: Go
License: GNU General Public License v3.0 or later
Tags: Testing     Testing Frameworks    

gocheck alternatives and similar packages

Based on the "Testing Frameworks" category.
Alternatively, view gocheck alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gocheck or a related project?

Add another 'Testing Frameworks' Package

README

Instructions

Install the package with:

go get gopkg.in/check.v1

Import it with:

import "gopkg.in/check.v1"

and use check as the package name inside the code.

For more details, visit the project page:

and the API documentation: