Metadata-Version: 1.0
Name: z3c.coverage
Version: 1.0.0
Summary: A script to visualize coverage reports via HTML
Home-page: http://pypi.python.org/pypi/z3c.coverage
Author: Zope Community
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: z3c.coverage
        ============
        
        This package produces a nice HTML representation of the coverage data
        generated by the Zope test runner.
        
        It also has a script to check for differences in coverage and report
        any regressions (increases in the number of untested lines).
        
        
        Changes
        -------
        
        0.2.1
        ~~~~~
        
        - Added the --web option to coveragediff.
        - Added a test suite.
        
        0.2.0
        ~~~~~
        
        - Added coveragediff.py.
        
        0.1.0
        -----
        
        - Initial release of coveragereport.py.
        
        
        
        =======
        CHANGES
        =======
        
        
        Version 1.0.0 (2007-09-26)
        --------------------------
        
        * Initial version.
        
Keywords: zope3 test coverage html
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
