./devel/shellspec, Full-featured BDD unit testing for POSIX shells

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.28.1, Package name: shellspec-0.28.1, Maintainer: schmonz

ShellSpec is a full-featured BDD unit testing framework for dash, bash,
ksh, zsh and all POSIX shells that provides first-class features such as
code coverage, mocking, parameterized test, parallel execution and more.
It was developed as a dev/test tool for cross-platform shell scripts and
shell script libraries. ShellSpec is a new modern testing framework
released in 2019, but it's already stable enough. With lots of practical
CLI features and simple yet powerful syntax, it provides you with a fun
shell script test environment.


Master sites:

Filesize: 430.249 KB

Version history: (Expand)


CVS history: (Expand)


   2023-04-14 20:31:38 by Amitai Schleier | Files touched by this commit (1)
Log message:
Fix install on SmartOS.
   2023-02-14 22:26:29 by Amitai Schleier | Files touched by this commit (5)
Log message:
Add shellspec, a full-featured BDD unit testing framework for POSIX shells.

ShellSpec is a unit testing framework for dash, bash, ksh, zsh and all
POSIX shells that provides first-class features such as code coverage,
mocking, parameterized test, parallel execution and more. It was
developed as a dev/test tool for cross-platform shell scripts and shell
script libraries. ShellSpec is a new modern testing framework released
in 2019, but it's already stable enough. With lots of practical CLI
features and simple yet powerful syntax, it provides you with a fun
shell script test environment.