add github.com/gkampitakis/go-snaps (#4299)

This commit is contained in:
Georgios Kampitakis 2022-07-10 23:13:59 +02:00 committed by GitHub
parent 561a423eca
commit b3cd3496c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2214,6 +2214,7 @@ _Libraries for testing codebases and generating test data._
- [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-mysql-test-container](https://github.com/arikama/go-mysql-test-container) - Golang MySQL testcontainer to help with MySQL integration testing.
- [go-snaps](http://github.com/gkampitakis/go-snaps) - Jest-like snapshot testing in Golang.
- [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.