When developing a new module using TDD, I like to first write a failing test, then write the code to make the test pass, then repeat ad-nauseum. If you are using autospec/autotest – which I love in general – it has this annoying habit of running the entire suite of tests on any red to [...]
