##// END OF EJS Templates
Improve description of -j option to iptest
Thomas Kluyver -
Show More
@@ -519,7 +519,8 b" argparser.add_argument('testgroups', nargs='*',"
519 argparser.add_argument('--all', action='store_true',
519 argparser.add_argument('--all', action='store_true',
520 help='Include slow tests not run by default.')
520 help='Include slow tests not run by default.')
521 argparser.add_argument('-j', '--fast', nargs='?', const=None, default=1, type=int,
521 argparser.add_argument('-j', '--fast', nargs='?', const=None, default=1, type=int,
522 help='Run test sections in parallel.')
522 help='Run test sections in parallel. This starts as many '
523 'processes as you have cores, or you can specify a number.')
523 argparser.add_argument('--xunit', action='store_true',
524 argparser.add_argument('--xunit', action='store_true',
524 help='Produce Xunit XML results')
525 help='Produce Xunit XML results')
525 argparser.add_argument('--coverage', nargs='?', const=True, default=False,
526 argparser.add_argument('--coverage', nargs='?', const=True, default=False,
General Comments 0
You need to be logged in to leave comments. Login now