Run unit tests in parallel. (#45812)

This commit is contained in:
Matt Clay 2018-09-18 13:58:22 -07:00 committed by GitHub
parent f430f60541
commit abe8e4c9e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -1156,6 +1156,7 @@ def command_units(args):
'pytest',
'--boxed',
'-r', 'a',
'-n', 'auto',
'--color',
'yes' if args.color else 'no',
'--junit-xml',