Mailing List Archive

Test Doc =items
Hi All,

Still looking at the testing.pod, I see list items like this:

=over

=item * -order=rotate

rotate the tests: a, b, c, a, b, c

=item * -order=repeat

repeat the tests: a, a, b, b, c, c

=item * -order=random

run in the random order, e.g.: a, c, c, b, a, b

=back

I think that's generally considered a mixing of item styles. Is there a
reason not to just make it:

=over

=item -order=rotate

rotate the tests: a, b, c, a, b, c

=item -order=repeat

repeat the tests: a, a, b, b, c, c

=item -order=random

run in the random order, e.g.: a, c, c, b, a, b

=back

?

Regards,

David


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org