3691
3691
Option('randomize', type=str, argname="SEED",
3692
3692
help='Randomize the order of tests using the given'
3693
3693
' seed or "now" for the current time.'),
3694
Option('exclude', type=str, argname="PATTERN",
3694
ListOption('exclude', type=str, argname="PATTERN",
3699
3699
help='Output test progress via subunit.'),
3700
3700
Option('strict', help='Fail on missing dependencies or '