On Wed, Nov 4, 2009 at 10:34 PM, keith
<keith_hodges@yahoo.co.uk> wrote:
>
>
> 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.
�
�
Thanks Keith!� That makes sense. So, it would be something like "run only the faster ones" than "run them fast"
As the button says "run fast" I understood the second intention.
Thanks!
Mariano
�
Keith