Lately, I worked on a bunch of development tools and made them "nicer" using bash completion. But I have never seen any unit tests for completion functions...

Since I'm a test-driven developer, I'm wondering if anybody ever tried this?!

#bash #unittesting #testing #programming