~ubuntu-branches/ubuntu/maverick/python-coverage/maverick

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Ben Finney, Ben Finney
  • Date: 2008-06-30 23:44:57 UTC
  • Revision ID: james.westby@ubuntu.com-20080630234457-mcxukedgt30t85mi
Tags: 2.80-1
[ Ben Finney ]
* New upstream release.
* debian/control
  + Added Ben Finney to Uploaders.
  + Set Standards-Version to 3.8.0 (no changes required).
  + Add Build-Depends-Indep: python-setuptools, as now used by upstream
    packaging.
  + Upgrade Build-Depends-Indep: python-central to version that doesn't
    require 'debian/pycompat'.
* debian/pycompat
  + Remove obsolete file.
* debian/watch
  + Added, pointing to upstream author's site.
* debian/rules
  + Upstream packaging installs program to '/usr/bin/coverage', move to
    '/usr/bin/python-coverage' to conform with existing versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Coverage: code coverage testing for Python
 
2
 
 
3
Coverage.py is a Python module that measures code coverage during test execution.
 
4
It uses the code analysis tools and tracing hooks provided in the Python standard
 
5
library to determine which lines are executable, and which have been executed.
 
6
 
 
7
For more information, see http://nedbatchelder.com/code/modules/coverage.html