Unit tests are all meant to be atomic, and without order...

There is not a way to order their execution.  You would have to write
your own TestSuite class that would let you order them by some means
...

( basically you would need ot override Test::Unit::TestSuite#run )

--jw.

On 5/4/06, George Flaherty <[EMAIL PROTECTED]> wrote:
> Sorry to repeat here, but did someone post a way to execute ruby unit tests 
> in a "predetermined order" vs.
> the default "random" order?
>
>
> Thanks
> -george
>
>
>
>
> _______________________________________________
> Wtr-general mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-general
>

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to