Y
Hacker News
new
|
ask
|
show
|
jobs
by
lisivka
3845 days ago
Why BATS? Why not something *unit-like? Example:
https://github.com/vlisivka/bash-modules/blob/master/main/ba...
.
1 comments
falsedan
3845 days ago
TAP output is killer, plus I prefer to write my tests in bash -e, not Java thanks.
link