Add pytest-cov by default when pytesting
This commit is contained in:
parent
37cf353ff5
commit
6999e35a91
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ def py_pytest(name, srcs, deps, main=None, python_version=None, args=None, **kwa
|
|||
py_requirement("pytest"),
|
||||
py_requirement("jedi"),
|
||||
py_requirement("pytest-pudb"),
|
||||
py_requirement("pytest-cov"),
|
||||
] + deps))
|
||||
|
||||
srcs = [f] + srcs
|
||||
|
|
Loading…
Reference in a new issue