gnu: python-pytest-cov: Clarify description.

* gnu/packages/python.scm (python-pytest-cov): Do it.
This commit is contained in:
Efraim Flashner 2015-12-27 09:00:14 +02:00
parent 1abe448d56
commit 10468636ff

View file

@ -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