When doing test drive development, I wanted to have a convenient way to continuously run my module's test suite and provide clear feedback about the state of my code.
After some digging in the forums, etc.. I did not find a pre-existing utility to do that, so I created one myself in open source.
Anyone interested can use it: odounit.sh
It can be found on github here: https://github.com/dimitrydhondt/odoutils
It is a first release, so expect some bugs :-)
Any feedback welcome.