mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Run unit tests in isolation w/ coverage support.
This commit is contained in:
@@ -624,6 +624,7 @@ def command_units(args):
|
||||
|
||||
cmd = [
|
||||
'pytest',
|
||||
'--boxed',
|
||||
'-r', 'a',
|
||||
'--color',
|
||||
'yes' if args.color else 'no',
|
||||
|
||||
Reference in New Issue
Block a user