diff --git a/README.md b/README.md index c5a2ca88..a200dc76 100644 --- a/README.md +++ b/README.md @@ -2367,8 +2367,8 @@ _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. +- [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. -- [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. - [be](https://github.com/carlmjohnson/be) - The minimalist generic test assertion library. - [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible.