ned / coverage.py (http://nedbatchelder.com/code/coverage)

Coverage.py measures Python code coverage, typically during test execution. Kits are at PyPI: http://pypi.python.org/pypi/coverage/.

Clone this repository (size: 2.3 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/ned/coveragepy/
commit 638: 2e1628da1ffc
parent 637: c0c9018b14be
branch: 3.2_branch
tags: coverage-3.2
Ugh.
Ned Batchelder / ned
4 months ago

Changed (Δ4 bytes):

raw changeset »

doc/changes.rst (2 lines added, 2 lines removed)

Up to file-list doc/changes.rst:

@@ -9,7 +9,7 @@ Major change history for coverage.py
9
9
:history: 20090706T205000, changes for 3.0.1
10
10
:history: 20091004T170700, changes for 3.1
11
11
:history: 20091128T072200, changes for 3.2
12
:history: 20091205T161525, 3.2 final
12
:history: 20091205T161525, 3.2 final
13
13
14
14
15
15
These are the major changes for coverage.py.  For a more complete change
@@ -35,7 +35,7 @@ Version 3.2, 5 December 2009
35
35
- The ``--omit`` option now works much better than before, fixing `issue 14`_
36
36
  and `issue 33`_.  Thanks, Danek Duvall.
37
37
38
- Added a --version options on the command line.
38
- Added a ``--version`` option on the command line.
39
39
40
40
- Program execution under coverage is a few percent faster.
41
41