|
Line 0
Link Here
|
|
|
1 |
The btest is a simple framework for writing unit tests. Freely |
| 2 |
borrowing some ideas from other packages, it's main objective is to |
| 3 |
provide an easy-to-use, straightforward driver for a suite of |
| 4 |
shell-based tests. Each test consists of a set of command lines that |
| 5 |
will be executed, and success is determined based on their exit |
| 6 |
codes. btest comes with some additional tools that can be used |
| 7 |
within such tests to compare output against a previously established |
| 8 |
baseline. |
| 9 |
|
| 10 |
WWW: https://github.com/bro/btest/ |