Metadata-Version: 2.1
Name: coverage-test-runner
Version: 1.11
Summary: fail Python program unit tests unless they test everything
Home-page: http://liw.fi/coverage-test-runner/
Author: Lars Wirzenius
Author-email: liw@liw.fi
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
License-File: COPYING

 This package contains the Python module CoverageTestRunner, which runs
 unit tests implemented using the unittest module in the Python standard
 library. It each code module pairwise with its test module, with
 coverage.py, and fails unless the test module tests everything in the
 code module.
 
