ANN: Coverage.py v 3.5: HTML hotkeys, branch pragmas, and more

1 view
Skip to first unread message

Ned Batchelder

unread,
Jun 29, 2011, 9:41:32 AM6/29/11
to coveragep...@googlegroups.com
Coverage.py version 3.5 is now available: http://pypi.python.org/pypi/coverage/3.5

Not much has changed since 3.5b1: I fixed some problems with the HTML report navigation, including how it behaves when the current chunk is off the screen.

Improvements in 3.5 over 3.4:

* HTML reports have hotkeys for navigating from one highlighted chunk to the next.

* Always-partial branches (like "while True:") are not flagged as partial.

* A new pragma "no branch" can be used to indicate your own intentionally-partial branches.

There are other bug fixes as well, the whole story is at https://bitbucket.org/ned/coveragepy/src/416181cbdd24/CHANGES.txt

Enjoy, and let me know if you find any problems.

--Ned.
Reply all
Reply to author
Forward
0 new messages