From 1054d8dc6fca6c63f419aa5b24c4636a103f1181 Mon Sep 17 00:00:00 2001 From: kevin birch Date: Tue, 17 Jul 2018 14:17:49 -0400 Subject: [PATCH] add github.com/percolate/charlatan (#1981) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fb723f1..1881151e 100644 --- a/README.md +++ b/README.md @@ -1158,6 +1158,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [baloo](https://github.com/h2non/baloo) - Expressive and versatile end-to-end HTTP API testing made easy. * [biff](https://github.com/fulldump/biff) - Bifurcation testing framework, BDD compatible. * [bro](https://github.com/marioidival/bro) - Watch files in directory and run tests for them. + * [charlatan](https://github.com/percolate/charlatan) - Tool to generate fake interface implementations for tests. * [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. * [dsunit](https://github.com/viant/dsunit) - Datastore testing for SQL, NoSQL, structured files.