mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Run unit tests in isolation w/ coverage support.
This commit is contained in:
parent
d0e1a1c6c3
commit
fcac261eef
5 changed files with 36 additions and 1 deletions
|
@ -624,6 +624,7 @@ def command_units(args):
|
|||
|
||||
cmd = [
|
||||
'pytest',
|
||||
'--boxed',
|
||||
'-r', 'a',
|
||||
'--color',
|
||||
'yes' if args.color else 'no',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue