0.0.0 • Published 6 years ago

unix-tests v0.0.0

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
6 years ago

Features

  • find and run scripts in tests/ folder
  • exit 0 if tests passed, exit 1 otherwise

Usage

usage: unix-tests

Examples

.
├── tests
│   ├── script1.sh
│   └── script2.py
$ cd path/to/repo
$ unix-tests
+ chmod +x script1.sh
+ script1.sh
+ chmod +x script2.py
+ script2.py
0.0.0

6 years ago