On Sun, 24 Jun 2001, Stas Bekman wrote:
> ok will add 'sort'. which will presort tests before
> applying any other algorithm.
>
> should 'sort' be non-exclusive with 'rotate|repeat'? (it
> won't apply to 'random' of course)
>
> but it gets hairy then: --run-tests[=[N][:][order][:][sort]] ?
>
> I'd rather have --run-tests --test_times=N --test_order=ORDER
> --[no]test_sort? Doug?
no opinion on this. whatever y'all think is best :)
> shouldn't your tests be independent from each other? if
> they are why not to put them in one test? Or have one
> test calling a few others. what you are saying doesn't
> sound well, but you know your requirements better :)
the tests are independent, but it doesn't make sense to test
class B if class A doesn't work, or even compile. for black
box tests, i agree you should be able to run them in any
order, but i definitely need sorting for lower level tests.
thanks stas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]