Added go-httpbin to Testing Frameworks (#5874)

* Added go-httpbin to Testing Frameworks

* Fix adding go-httpbin to Testing Frameworks
This commit is contained in:
Egor Sazonov 2025-10-17 13:46:07 +03:00 committed by GitHub
parent 4e7fccdcdb
commit 7a08b0a7fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2461,6 +2461,7 @@ _Libraries for testing codebases and generating test data._
- [go-carpet](https://github.com/msoap/go-carpet) - Tool for viewing test coverage in terminal.
- [go-cmp](https://github.com/google/go-cmp) - Package for comparing Go values in tests.
- [go-hit](https://github.com/Eun/go-hit) - Hit is an http integration test framework written in golang.
- [go-httpbin](https://github.com/mccutchen/go-httpbin) - HTTP testing and debugging tool with various endpoints for client testing.
- [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.