python-coverage-test-runner

Fail Python program unit tests unless they test everything
  http://liw.fi/coverage-test-runner/
  0
  no reviews



This package contains the Python module CoverageTestRunner, which runs unit tests implemented using the unittest module in the Python standard library. It runs them using coverage.py (in the python-coverage package) and fails the test if all statements are not covered.