Shell Tool Testing
Summary
A practical essay on using TAP and the prove tool to test shell-based tools and scripts. It covers what prove and TAP are, building a minimal test harness in POSIX shell, writing tests, isolating tests, and advanced testing workflows including bailing out and smarter test runs.