Coverage

Code coverage measurement for Python
Download

Coverage Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Ned Batchelder
  • Publisher web site:
  • http://nedbatchelder.com/

Coverage Tags


Coverage Description

Code coverage measurement for Python Coverage is a Python module that measures code coverage, typically during test 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.Using CoverageThere are a few different ways to use coverage. The simplest is the command line, which lets you run your program and see the results. If you need more control over how your project is measured, you can use the API.Some test runners provide coverage integration to make it easy to use coverage while running tests.You can fine-tune coverage’s view of your code by directing it to ignore parts that you know aren’t interesting. Requirements: · Python


Coverage Related Software