Nr. | Filename | Date | Size | Downloads | Description |
---|---|---|---|---|---|
1 | assert.zip | 24-07-2014 | 3 Kb. | 0 | Assert (c) Blake Mizerany and Keith Rarick MIT LICENCE. Assertions for Go tests https://github.com/bmizerany/assert |
2 | cntrftr.zip | 24-07-2014 | 20 Kb. | 0 | A tool for generating self-contained, type-safe test doubles in go https://github.com/maxbrunsfeld/ counterfeiter [wraps] |
3 | ginkgo.zip | 24-07-2014 | 170 Kb. | 0 | Ginkgo uses Go's testing package and can live alongside your existing testing tests. It's easy to bootstrap https://github.com/onsi/ginkgo |
4 | goblin.zip | 24-07-2014 | 64 Kb. | 0 | Goblin. A Mocha like BDD testing framework for Go https://github.com/franela/goblin |
5 | goconvey.zip | 24-07-2014 | 1199 Kb. | 0 | GoConvey, a yummy Go testing tool for gophers. Works with go test. Use it in the terminal or browser according your viewing pleasure. https://github.com/smartystreets/goconvey/ |
6 | gofuzz.zip | 29-04-2015 | 3504 Kb. | 0 | go-fuzz: randomized testing for Go https://github.com/dvyukov/go-fuzz |
7 | gospec.zip | 24-07-2014 | 48 Kb. | 0 | GoSpec is a BDD-style testing framework for the Go programming language. It allows writing self-documenting tests/specs, and executes them in parallel and safely isolated. https://github.com/orfjackal/gospec |
8 | gospecfy.zip | 24-07-2014 | 29 Kb. | 0 | gospecify This provides a BDD syntax for testing your Go code. It should be familiar to anybody who has used libraries such as rspec. https://github.com/stesla/gospecify |
9 | hamcrest.zip | 24-07-2014 | 44 Kb. | 0 | Hamcrest is a fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. https://github.com/rdrdr/hamcrest |
10 | mockhttp.zip | 24-07-2014 | 3 Kb. | 0 | mockhttp.go -- Go package for unit testing HTTP serving Unit testing HTTP services means you need to call go's ServeHTTP receiver. For this, you need something that fulfills the http.ResponseWriter interface, & you need to populate a http.Request struct with suitable-looking data. mockhttp.go helps you do these tasks, without excessive copy-pasting. https://github.com/tv42/mockhttp.go |
11 | restit.zip | 24-07-2014 | 24 Kb. | 0 | Restit - A Go micro-framework to help writing RESTful API integration test. It provides helps to those who want to write an integration test program for their JSON-based RESTful APIs. The aim is to make these integration readable highly re-usable, and yet easy to modify. https://github.com/yookoala/restit |
12 | testify.zip | 24-07-2014 | 31 Kb. | 0 | Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend. https://github.com/stretchr/testify |