From 8c7d0b9f97bddc8ff23d48e2a33d5aa010f05bb0 Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Sat, 18 Feb 2023 18:14:45 +0530 Subject: [PATCH] diff: remove --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0ef8a3fbd8c..965d8ffd221 100644 --- a/README.md +++ b/README.md @@ -2222,7 +2222,6 @@ _Libraries for testing codebases and generating test data._ - [covergates](https://github.com/covergates/covergates) - Self-hosted code coverage report review and management service. - [cupaloy](https://github.com/bradleyjkemp/cupaloy) - Simple snapshot testing addon for your test framework. - [dbcleaner](https://github.com/khaiql/dbcleaner) - Clean database for testing purpose, inspired by `database_cleaner` in Ruby. - - [diff](https://github.com/terrastruct/diff) - Beautiful Git-style diffs to easily compare expected vs actual. - [dsunit](https://github.com/viant/dsunit) - Datastore testing for SQL, NoSQL, structured files. - [embedded-postgres](https://github.com/fergusstrange/embedded-postgres) - Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test. - [endly](https://github.com/viant/endly) - Declarative end to end functional testing.