Install Coverage3 On A Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian

Install Coverage3 On A Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian

coverage3

code coverage tool for Python 3

Maintainer: Ben Finney



Section: python

Install coverage3

  • Debian apt-get install python-coverage Click to copy
  • Ubuntu apt-get install python-coverage Click to copy
  • Arch Linux pacman -S python-coverage Click to copy
  • Kali Linux apt-get install python-coverage Click to copy
  • CentOS yum install python-coverage Click to copy
  • Fedora dnf install python3-coverage Click to copy
  • Raspbian apt-get install python-coverage Click to copy

python3-coverage

code coverage tool for Python 3

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not. This package installs the Python version 3 u2018coverageu2019 library, and the u2018python3-coverageu2019 program to perform and report coverage tests.

python-coverage

code coverage tool for Python 2

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not. This package installs the Python version 2 u2018coverageu2019 library, and the u2018python2-coverageu2019 program to perform and report coverage tests.

Install the latest version of coverage3 in Debian, Ubuntu, Arch, Kali, CentOS, Fedora and Raspbian from terminal. To install the coverage3 just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of coverage3 from the respository and install it in your computer/server.