mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add go-mutesting
This is the only publicly available mutation tester for Go source code.
This commit is contained in:
parent
1accafe625
commit
9598d6fad7
@ -451,6 +451,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
|
* [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.
|
* [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
|
* [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.
|
* [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.
|
* [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.
|
* [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results.
|
||||||
|
Loading…
Reference in New Issue
Block a user