@hackage shelltestrunner1.2
A tool for testing command-line programs.
Installation
Dependencies (0)
- Diff >=0.1 && <0.2
- FileManipCompat >=0.18 && <0.19
- HUnit <1.3
- base >=4 && <4.18
- cabal-file-th
- cmdargs >=0.7 && <0.10 Show all…
Dependents (1)
@hackage/acme-everything
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.