Merge pull request #249 from zimmski/patch-1

add go-mutesting
checkGoreportcard
Thiago Avelino 10 years ago
commit 2978912a58

@ -454,6 +454,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [goblin](https://github.com/franela/goblin) - Mocha like testing framework fo Go
* [gocheck](http://labix.org/gocheck) - A more advanced testing framework alternative to gotest.
* [GoConvey](https://github.com/smartystreets/goconvey/) - BDD-style framework with web UI and live reload
* [go-mutesting](https://github.com/zimmski/go-mutesting) - Mutation testing for Go source code
* [GoSpec](https://github.com/orfjackal/gospec) - BDD-style testing framework for the Go programming language.
* [gospecify](https://github.com/stesla/gospecify) - This provides a BDD syntax for testing your Go code. It should be familiar to anybody who has used libraries such as rspec.
* [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results.

Loading…
Cancel
Save