Is there a way to make python unittest (I am using 2.6, I have unittest2 available) as soon as an error or fail occured without waiting all tests to finish?
And a bonus question :) Is there a way to order tests. For example, pulling tests that are likely to fail on front?