Bats

From wikinotes
Revision as of 19:55, 23 September 2023 by Will (talk | contribs) (Created page with "A test framework for bash. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/bats-core/bats-core |- |} </blockquote><!-- Documentation --> = Install = <blockquote> <syntaxhighlight lang="bash"> sudo pacman -S \ bash-bats \ bash-bats-assert \ bash-bats-support </syntaxhighlight> </blockquote><!-- Install -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A test framework for bash.

Documentation

github https://github.com/bats-core/bats-core

Install

sudo pacman -S \
  bash-bats \
  bash-bats-assert \
  bash-bats-support