Metadata-Version: 1.0
Name: pycoco
Version: 0.5
Summary: Python code coverage
Home-page: http://www.livinglogic.de/Python/pycoco/
Author: Walter Doerwald
Author-email: walter@livinglogic.de
License: Python
Download-URL: http://www.livinglogic.de/Python/Download.html#pycoco
Description: pycoco is a script that can be used to generate code
        coverage info for the Python source code.
        
        The script downloads the Python source code, builds the interpreter
        with code coverage options, runs the test suite and generates an HTML
        report how often each source code line in each C or Python file has been
        executed by the test suite.
        
        
        Changes in 0.5 (released 03/18/2008)
        ------------------------------------
        
        * ``pycoco`` now uses the ``-coverage`` option for compiling and linking
        (This requires gcc 4).
        
        * Two logfiles are generated now: A log of the build process and a log of
        running the tests. Both files are accessing from the generated start page.
        
        * The following test are now run again: ``urlfetch``, ``largefile``,
        ``network`` and ``decimal``
        
        
        
Keywords: Python,code coverage,coverage,source code,subversion,test
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python License (CNRI Python License)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
