Settings

Theme

Show HN: A unit test library for shell scripts, that is one file

github.com

1 points by atzero 9 years ago · 1 comment

Reader

atzeroOP 9 years ago

I built a unit test library for shell scripts that provides a unit test api that functions very similarly to JUnit. The library is only a single file in size; the idea being that you shouldnt need any permissions whatsoever to use the library.

The goal behind this library is that I wanted to make sure that my shell scripts were actually doing what I wanted them to, and if I made changes to the scripts, that at least something would be watching my back to make sure I didnt royal screw anything up.

Tell me what you think!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection