0.0.0 • Published 8 years ago
unix-tests v0.0.0
Features
- find and run scripts in
tests/folder exit 0if tests passed,exit 1otherwise
Usage
usage: unix-testsExamples
.
├── tests
│ ├── script1.sh
│ └── script2.py$ cd path/to/repo
$ unix-tests
+ chmod +x script1.sh
+ script1.sh
+ chmod +x script2.py
+ script2.py0.0.0
8 years ago