Merge pull request #250 from zimmski/patch-2

Add section for fuzzing and delta-debugging/reducing/shrinking
checkGoreportcard
Thiago Avelino 10 years ago
commit 9d3f0b2fd9

@ -467,6 +467,10 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [mockhttp.go](https://github.com/tv42/mockhttp.go) - Mock object for Go http.ResponseWriter
* [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) - Mock SQL driver for testing database interactions
* Fuzzing and delta-debugging/reducing/shrinking
* [gofuzz](https://github.com/google/gofuzz) - A library for populating go objects with random values
* [gogenerate](https://github.com/arschles/gogenerate) - A Scalacheck-like library for Go
* [Tavor](https://github.com/zimmski/tavor) - A generic fuzzing and delta-debugging framework
## Text Processing

Loading…
Cancel
Save