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/.
| commit 525: | 11f0fbec2bc9 |
| parent 524: | 6410e8090445 |
| branch: | default |
| tags: | coverage-3.2b2 |
Polish up CHANGES.
Changed (Δ77 bytes):
raw changeset »
CHANGES.txt (9 lines added, 7 lines removed)
2 |
2 |
Change history for Coverage.py |
3 |
3 |
------------------------------ |
4 |
4 |
|
5 |
Version 3.2b2 |
|
6 |
------------- |
|
5 |
Version 3.2b2, 19 November 2009 |
|
6 |
------------------------------- |
|
7 |
||
8 |
- Branch coverage improvements: |
|
9 |
||
10 |
- Classes are no longer incorrectly marked as branches: `issue 32`_. |
|
11 |
||
12 |
- "except" clauses with types are no longer incorrectly marked as branches: |
|
13 |
`issue 35`_. |
|
7 |
14 |
|
8 |
15 |
- Fixed some problems syntax coloring sources with line continuations and |
9 |
16 |
source with tabs: `issue 30`_ and `issue 31`_. |
10 |
17 |
|
11 |
- Classes are no longer incorrectly marked as branches: `issue 32`_. |
|
12 |
||
13 |
- "except" clauses with types are no longer incorrectly marked as branches: |
|
14 |
`issue 35`_. |
|
15 |
||
16 |
18 |
- The --omit option now works much better than before, fixing `issue 14` and |
17 |
19 |
`issue 33`_. Thanks, Danek Duvall. |
18 |
20 |
