Add apitest (#2633)

This commit is contained in:
Fergus Strange 2019-08-09 23:32:35 +10:00 committed by Bo-Yi Wu
parent 92d0020636
commit 6369657d0a

View File

@ -1452,6 +1452,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.