diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-24 15:13:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-24 23:27:07 +0100 |
commit | 49d5e338d6cbf6a4bf6c9a879d763ad5b495e2b3 (patch) | |
tree | 5cf347b219f819145dc8985156874eaa02d3d497 /gnu/packages | |
parent | b165c215e16e683a41a202b6d190a5f2867a962c (diff) | |
download | guix-49d5e338d6cbf6a4bf6c9a879d763ad5b495e2b3.tar guix-49d5e338d6cbf6a4bf6c9a879d763ad5b495e2b3.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4c742f8e44..69675578e3 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2241,10 +2241,11 @@ executed.") (propagated-inputs `(("python-coverage" ,python-coverage))) (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 - "This is a library package for use by pytest-cov, nose-cov and nose2-cov. -It is useful for developing coverage plugins for these testing frameworks.") + "This is a library package for use by @code{pytest-cov}, @code{nose-cov} +and @code{nose2-cov}. It is useful for developing coverage plugins for these +testing frameworks.") (license license:expat))) (define-public python2-cov-core |