pytest-cov¶
Pytest plugin for measuring coverage.
| Home | https://github.com/pytest-dev/pytest-cov | 
| Versions | 2.2.0 | 
| License | BSD License | 
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/pytest-cov | 
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install pytest-cov
and update with:
conda update pytest-cov