python-coverage 3.4-1build2 source package in Ubuntu

Changelog

python-coverage (3.4-1build2) precise; urgency=low

  *  Suggests libjs-jquery.
 -- Chuck Short <email address hidden>   Thu, 19 Apr 2012 01:01:20 -0700

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Precise
Original maintainer:
Ben Finney
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-coverage_3.4.orig.tar.gz 90.0 KiB ac8a28fbe4a5d3ece87c731a9de08eaaa5357179856d43cb5c3756c709ff8e12
python-coverage_3.4-1build2.debian.tar.gz 6.7 KiB c8f3509b55729dc227bc39cc037c2a81f69a4cbabbf7fa4c4aee41a740d771e9
python-coverage_3.4-1build2.dsc 1.5 KiB 80f8707a19b68f94b7d4e90eaf5fac62a3f410f8d32d1b76c77c3009814a1c9a

Available diffs

View changes file

Binary packages built by this source

python-coverage: code coverage tool for Python

 The ‘coverage’ library measures which parts (statements) of a Python
 program are executed while it is run. This is useful for testing:
 those parts of a program that are not executed by the tests have not
 been tested.
 .
 This package contains the Python ‘coverage’ library and the
 ‘python-coverage’ program to perform and report coverage tests.

python-coverage-dbg: code coverage tool for Python – debug symbols

 The ‘coverage’ library measures which parts (statements) of a Python
 program are executed while it is run. This is useful for testing:
 those parts of a program that are not executed by the tests have not
 been tested.
 .
 This package contains the debugging symbols for the C extension
 libraries in ‘python-coverage’.