pycoco 0.5
Python code coverage
Latest Version: 0.6
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 accessible from the generated start page.
- The following tests are now run again: urlfetch, largefile, network and decimal
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| pycoco-0.5.tar.bz2 (md5) | Source | 2008-03-18 16:20:10 | 9KB | 107 | |
| pycoco-0.5.zip (md5) | Source | 2008-03-18 16:20:11 | 13KB | 77 | |
| pycoco-0.5.tar.gz (md5) | Source | 2008-03-18 16:20:10 | 10KB | 76 | |
- Author: Walter Doerwald <walter at livinglogic de>
- Home Page: http://www.livinglogic.de/Python/pycoco/
- Download URL: http://www.livinglogic.de/Python/Download.html#pycoco
- Keywords: Python,code coverage,coverage,source code,subversion,test
- License: Python
- Categories
- Package Index Owner: doerwalter
- DOAP record: pycoco-0.5.xml
