diff --git a/README.md b/README.md index cd3978ab34..f39105e43e 100644 --- a/README.md +++ b/README.md @@ -1446,6 +1446,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for testing codebases and generating test data.* * 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. * [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.