Nov. 5, 2009
1:34 a.m.
Why would I want to run my tests faster or slower ? I would always choose fast ahahahha
Of course, there is something I am missing.
Kind regards,
Mariano
In SUnit-improved TestRunner the time taken to run each test was recorded. Then there is an option to automatically categorize tests as (slow) , (long) or (net), where you can configure what time span is considered "slow", or "long" Then on subsequent runs you can organize to run the quick tests first, and you get something like 90%+ coverage in the first minute, with the slow and long tests to follow. Keith