Run unit tests in isolation w/ coverage support.

This commit is contained in:
Matt Clay 2017-02-23 16:58:57 -08:00
parent d0e1a1c6c3
commit fcac261eef
5 changed files with 36 additions and 1 deletions

View file

@ -624,6 +624,7 @@ def command_units(args):
cmd = [
'pytest',
'--boxed',
'-r', 'a',
'--color',
'yes' if args.color else 'no',