How to Install shelltestrunner in Ubuntu 18.04



Install shelltestrunner by entering the following commands in the terminal:

sudo apt update
sudo apt install shelltestrunner

Description:

test command-line programs or arbitrary shell commands

shelltestrunner is a cross-platform tool for testing command-line programs (or arbitrary shell commands). It reads simple declarative tests specifying a command, some input, and the expected output, error output and exit status. Tests can be run selectively, in parallel, with a timeout, in color, and/or with differences highlighted.

Homepage: http://hackage.haskell.org/package/shelltestrunner

Version: 1.3.5-10

Section: universe/haskell