< Home - < Back

python-coverage


Information about the package, python-coverage, which is shipped with common Linux distributions. The python-coverage package is designed for, Code coverage testing module for Python.


Package Name:

python-coverage

Summary:

Code coverage testing module for Python

Description:

Coverage.py is a Python module that measures code coverage during Python execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.

Architecture:

x86_64

Version:

3.0.1

Release:

2.el6

Size:

71 k

Repository:

base

From Repository:

Licence:

BSD and (MIT or GPLv2)



Handy Yum Commands for python-coverage


Control the python-coverage package with the following handy commands outlined below.


Command

Description of Command

yum install python-coverage

This command will install python-coverage on the server.

yum remove python-coverage

This command will un-install python-coverage on the server. When you run this command, you will be asked if you are sure that you want to remove python-coverage, so you have to manually confirm that you want to do this.

yum -y remove python-coverage

This command will un-install python-coverage on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-coverage when using the -y flag.

yum update python-coverage

This command will update python-coverage to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-coverage, so you have to manually confirm that you want to do this.

yum -y update python-coverage

This command will update python-coverage to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-coverage when using the -y flag.

yum info python-coverage

This command will show you core information about the python-coverage package.

yum deplist python-coverage

This command will show you the dependencies for python-coverage. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-coverage

This command will check if there is an update waiting on python-coverage. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.