Includes arch go into Testing section (#5309)

Co-authored-by: Francisco Daines <francisco.daines@mercadolibre.cl>
This commit is contained in:
Francisco Daines 2024-08-13 05:02:17 -04:00 committed by GitHub
parent c4ff83e603
commit bce9bfdc84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2367,8 +2367,8 @@ _Libraries for testing codebases and generating test data._
### Testing Frameworks ### Testing Frameworks
- [apitest](https://apitest.dev) - Simple and extensible behavioural testing library for REST based services or HTTP handlers that supports mocking external http calls and rendering of sequence diagrams. - [apitest](https://apitest.dev) - Simple and extensible behavioural testing library for REST based services or HTTP handlers that supports mocking external http calls and rendering of sequence diagrams.
- [arch-go](https://github.com/fdaines/arch-go) - Architecture testing tool for Go projects.
- [assert](https://github.com/go-playground/assert) - Basic Assertion Library used along side native go testing, with building blocks for custom assertions. - [assert](https://github.com/go-playground/assert) - Basic Assertion Library used along side native go testing, with building blocks for custom assertions.
- [badio](https://github.com/cavaliercoder/badio) - Extensions to Go's `testing/iotest` package.
- [baloo](https://github.com/h2non/baloo) - Expressive and versatile end-to-end HTTP API testing made easy. - [baloo](https://github.com/h2non/baloo) - Expressive and versatile end-to-end HTTP API testing made easy.
- [be](https://github.com/carlmjohnson/be) - The minimalist generic test assertion library. - [be](https://github.com/carlmjohnson/be) - The minimalist generic test assertion library.
- [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible. - [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible.