
david at kineticode
Jul 16, 2004, 10:46 AM
Post #1 of 1
(1181 views)
Permalink
|
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 [at] perl For additional commands, e-mail: docs-dev-help [at] perl
|