Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@ Related projects

__ http://www.tldp.org/LDP/abs/html/debugging.html

`bashtest`__
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

`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
Expand Down