Add maargenton/go-testpredicate under Testing

This commit is contained in:
Marc-Antoine Argenton 2021-10-28 22:49:25 -07:00 committed by Avelino
parent f4f2a472fb
commit 586c6fb315

View File

@ -1970,6 +1970,7 @@ _**Unofficial** set of patterns for structuring projects._
* [go-hit](https://github.com/Eun/go-hit) - Hit is an http integration test framework written in golang.
* [go-mutesting](https://github.com/zimmski/go-mutesting) - Mutation testing for Go source code.
* [go-testdeep](https://github.com/maxatome/go-testdeep) - Extremely flexible golang deep comparison, extends the go testing package.
* [go-testpredicate](https://github.com/maargenton/go-testpredicate) - Test predicate style assertions library with extensive diagnostics output.
* [go-vcr](https://github.com/dnaeon/go-vcr) - Record and replay your HTTP interactions for fast, deterministic and accurate tests.
* [goblin](https://github.com/franela/goblin) - Mocha like testing framework fo Go.
* [goc](https://github.com/qiniu/goc) - Goc is a comprehensive coverage testing system for The Go Programming Language.