From 1b1399720a42c9f19c485a0961edee4f793a91f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=A4umer?= Date: Tue, 2 Apr 2019 18:32:00 +0200 Subject: [PATCH] Add commander (#2450) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94ad0c65..22dace75 100644 --- a/README.md +++ b/README.md @@ -1362,6 +1362,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. + * [commander](https://github.com/SimonBaeumer/commander) - Tool for testing cli applications on windows, linux and osx. * [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.