[Wtr-general] Order of execution for ruby tests with test/unit
Jeff Wood
jeff.darklight at gmail.com
Thu May 4 19:54:29 EDT 2006
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 <George.Flaherty at sas.com> 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
> Wtr-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>
More information about the Wtr-general
mailing list