Skip to main content

HTML coverage report generator for trace.py

Project description

Generate XHTML reports from test coverage data collected with the trace module of the standard python library.

Sample Usage

Generate coverage data in the ‘counts’ file with trace.py:

$ /usr/lib/python2.4/trace.py -mc -C coverage_dir -f counts my_testrunner.py

Write a report in directory ‘coverage_dir’ from data collected in ‘counts’:

$ trace2html.py -f counts -o coverage_dir
$ firefox coverage_dir/index.html

Load data from several files (the report is written to ‘coverage_dir’ by default):

$ trace2html.py -f file1 -f2 file2
$ firefox coverage_dir/index.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trace2html-0.1.0.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

trace2html-0.1.0-py2.4.egg (12.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page