gnu: python-cov-core: Fix & improve synopsis & description.
* gnu/packages/python.scm (python-cov-core)[synopsis]: Capitalise and add ‘coverage’ key-word. [description]: Use @code.
This commit is contained in:
parent
b165c215e1
commit
49d5e338d6
|
@ -2241,10 +2241,11 @@ executed.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-coverage" ,python-coverage)))
|
`(("python-coverage" ,python-coverage)))
|
||||||
(home-page "https://github.com/schlamar/cov-core")
|
(home-page "https://github.com/schlamar/cov-core")
|
||||||
(synopsis "plugin core for use by pytest-cov, nose-cov and nose2-cov")
|
(synopsis "Coverage plugin core for pytest-cov, nose-cov and nose2-cov")
|
||||||
(description
|
(description
|
||||||
"This is a library package for use by pytest-cov, nose-cov and nose2-cov.
|
"This is a library package for use by @code{pytest-cov}, @code{nose-cov}
|
||||||
It is useful for developing coverage plugins for these testing frameworks.")
|
and @code{nose2-cov}. It is useful for developing coverage plugins for these
|
||||||
|
testing frameworks.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python2-cov-core
|
(define-public python2-cov-core
|
||||||
|
|
Loading…
Reference in New Issue