From 1da6f0410ab2ef946eac9219863ea4c5ed835e2b Mon Sep 17 00:00:00 2001 From: Pahaz Blinov Date: Sat, 6 Aug 2016 17:01:11 +0500 Subject: [PATCH 1/2] Add related project (bashtest) --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index a620428..b307915 100644 --- a/README.rst +++ b/README.rst @@ -202,6 +202,13 @@ Related projects __ http://www.tldp.org/LDP/abs/html/debugging.html +`bashtest`__ + Simplest way to write simple bash command/script tests which are based + on text outputs of commands. Tests looks like execution examples. + You write the execution command and the expected output. + +__ https://github.com/pahaz/bashtest + `ShUnit`__ ShUnit is a testing framework of the xUnit family for Bourne derived shells. It is quite feature-rich but requires a whole lot of boilerplate to write a From e0857f2187fa5d7d6725f8f2681e546210d91c02 Mon Sep 17 00:00:00 2001 From: Pahaz Blinov Date: Sun, 12 Mar 2017 13:29:19 +0500 Subject: [PATCH 2/2] Update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b307915..5bff954 100644 --- a/README.rst +++ b/README.rst @@ -203,9 +203,9 @@ Related projects __ http://www.tldp.org/LDP/abs/html/debugging.html `bashtest`__ - Simplest way to write simple bash command/script tests which are based - on text outputs of commands. Tests looks like execution examples. - You write the execution command and the expected output. + Tool for run bash command/script tests based on text outputs of commands. + Tests looks like execution examples. You write the execution command and + the expected output. __ https://github.com/pahaz/bashtest