From 502d072712877ee42f3ecdcb2b8bceb433ea82be Mon Sep 17 00:00:00 2001 From: Francisco Daines Date: Thu, 16 May 2024 18:28:37 -0400 Subject: [PATCH 1/2] adds arch-go in Testing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb4a0549b4..47ec73de4c 100644 --- a/README.md +++ b/README.md @@ -2317,6 +2317,7 @@ _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. From 40102fa2271374d4fbe6f60314eed00b2b3dc645 Mon Sep 17 00:00:00 2001 From: Francisco Daines Date: Thu, 16 May 2024 18:48:43 -0400 Subject: [PATCH 2/2] removes badio from Testing section --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 47ec73de4c..9d1a1481dd 100644 --- a/README.md +++ b/README.md @@ -2319,7 +2319,6 @@ _Libraries for testing codebases and generating test data._ - [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.