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: 1.1 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/ned/coveragepy/

Shortlog (showing r700:e448feedf77b (tip) → r676:1c98765e0b1e)

Age Author Message A M D «
38 hours ned ned Clean up the lst += string stuff, whereby string being iterable means each char… 0 3 0
38 hours ned ned You know that thing they say about how ''.join(slist) is faster than s1 += s? … 0 1 0
12 days ned ned A random idea I happened across. 0 1 0
4 weeks ned ned Keep the todo list up to date. 0 1 0
4 weeks ned ned Python 2.7 has forced me to re-discover all the tweaks I needed. 0 1 0
4 weeks ned ned Use loops instead of all that repetition. 0 3 0
4 weeks ned ned Test on Python 2.7 also. 0 4 0
4 weeks ned ned Avoid random file deletion errors on Windows. 0 1 0
4 weeks ned ned Split out the tests that really run a subprocess. 1 1 0
4 weeks ned ned Update a few copyrights to 2010. 0 3 0
4 weeks ned ned File-closing logic was wrong. 0 1 0
4 weeks ned ned XML output file is configurable in .rc file. 4 5 1
5 weeks ned ned Test all of the config entries in test_config.py 0 1 0
5 weeks ned ned HTML output directory is now settable in the .rc file. 0 5 0
5 weeks ned ned tidy 0 1 0
5 weeks ned ned Parallel mode can be set from the .coveragerc file. 0 11 0
5 weeks ned ned Spacing 0 1 0
6 weeks ned ned Tidy up the config code. 0 2 0
6 weeks ned ned Lint-friendly help noop function. 0 1 0
6 weeks ned ned Delete files combined during 'coverage combine'. Fixes issue #40. 0 3 0
6 weeks ned ned ignore_errors can be set in [report].ignore_errors 0 5 0
6 weeks ned ned Forgot one place to use omit= from the config file. 0 2 0
6 weeks ned ned Omit prefixes can be specified in the config file. 11 7 0
6 weeks ned ned Fix crlfs 0 4 0
6 weeks ned ned Add more tests of omitting files during HTML reporting, and a better way to… 19 5 0