mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 15:21: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
|
@ -144,7 +144,6 @@ def coverage_command(self_dir, version):
|
|||
args = [
|
||||
find_executable(executable),
|
||||
'run',
|
||||
'--append',
|
||||
'--rcfile',
|
||||
os.path.join(self_dir, '.coveragerc'),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue