Hi everyone,<br><div class="gmail_quote">
<br>
What you think about writing unit tests for this project, do you think that can be useful to increase the quality of the project?!</div><div class="gmail_quote">
<br>
There are already some unit test frameworks to test shell scripts:<br>
- shUnit2 ( <a href="http://code.google.com/p/shunit2/" target="_blank">http://code.google.com/p/shunit2/</a> ) is a xUnit unit test framework;<br>
- Bats ( <a href="https://github.com/sstephenson/bats" target="_blank">https://github.com/sstephenson/bats</a> ) is a TAP-compliant testing framework for Bash;<br>
- roundup ( <a href="http://bmizerany.github.com/roundup/" target="_blank">http://bmizerany.github.com/roundup/</a> ) is a unit testing tool for running roundup(5) test plans which are written in any POSIX shell.<br>
- ...<br>
<br>
<br>
--<br>
Cheers,<br>
Zé Carlos</div>