xp-framework / unittest

Unittests for the XP Framework
0 stars 0 forks source link

Add "stop after ..." option #3

Closed thekid closed 8 years ago

thekid commented 9 years ago

Reason

Practical for situations in which a large number of tests fail due to e.g. a refactoring. Running all tests tests takes too long and spits out hundreds of lines of stack traces, not aiding in solving the problem in a concentrated manner.

Current usage

$ unittest [options] test [test [test...]]

Options is one of: