Skip to content

Commit

Permalink
mentioned bats
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmannro committed Jun 2, 2014
1 parent c5f9b6f commit bb63736
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Expand Up @@ -169,6 +169,14 @@ __ http://code.google.com/p/shunit2/

__ http://testanything.org/wiki/index.php/Tap-functions

`bats`__

Another TAP producer with syntactic sugar. It depends on ``errexit``
environments (set -e) to run its tests such that *"each line is an assertion
of truth."*

__ https://github.com/sstephenson/bats

`stub.sh`__
Helpers to fake binaries and bash builtins. It supports mocking features such
as expecting a certain number of invocations and plays well with *assert.sh*.
Expand Down

0 comments on commit bb63736

Please sign in to comment.