mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: python-pytest-cov: Clarify description.
* gnu/packages/python.scm (python-pytest-cov): Do it.
This commit is contained in:
parent
1abe448d56
commit
10468636ff
1 changed files with 12 additions and 12 deletions
|
@ -1620,8 +1620,8 @@ (define-public python-pytest-cov
|
|||
(synopsis "Pytest plugin for measuring coverage")
|
||||
(description
|
||||
"Pytest-cov produces coverage reports. It supports centralised testing and
|
||||
distributed testing in both load and each modes. It also supports coverage
|
||||
of subprocesses.")
|
||||
distributed testing in both @code{load} and @code{each} modes. It also
|
||||
supports coverage of subprocesses.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-pytest-cov
|
||||
|
|
Loading…
Reference in a new issue