How do you test your Bash scripts? Good question, right? I found an xUnit framework for that: shunit2. It works like a charm on both Linux and macOS. I'm now planning to migrate a hundred tests in the yegor256/cam repository to this framework. Want to help? Jump in.
Update: I don't like it, because it doesn't isolate tests — while this is one of the most important principles of unit testing.
>>Click here to continue<<