From bf60f751de6e5243d76446de34a01046abad18ea Mon Sep 17 00:00:00 2001 From: Carl Johnson Date: Wed, 1 Jun 2022 08:35:57 -0400 Subject: [PATCH] add carlmjohnson/be (#4241) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccb52fc1..6d560495 100644 --- a/README.md +++ b/README.md @@ -2182,6 +2182,7 @@ _Libraries for testing codebases and generating test data._ - [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. - [charlatan](https://github.com/percolate/charlatan) - Tool to generate fake interface implementations for tests. - [commander](https://github.com/SimonBaeumer/commander) - Tool for testing cli applications on windows, linux and osx.