How often do you run the complete test suite?
Most unit-test frameworks and IDEs have the ability to run a single test rather than the entire unit-test suite. I've been wondering if that's an acceptable habit or the path to evil. What do you think?
 
Complete test suite, every time! Keep it green to keep it clean!
Complete test class every time, test suite several times a day
Focused tests occasionally, but the suite several times a day
Focused tests regularly. Suite before checkin, of course!
Truth is, compromising the suite is not a huge deal
We don't sweat the suite. Unit-tests on active development give us the advantage we're looking for.
Unit-tests, schmunit tests.
View Results