]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
code coverage: replace figleaf with coverage.py, should work on py2.6 now.
authorBrian Warner <warner@lothar.com>
Thu, 28 Jan 2010 17:39:04 +0000 (09:39 -0800)
committerBrian Warner <warner@lothar.com>
Wed, 3 Feb 2010 16:54:21 +0000 (08:54 -0800)
commit880f824103357172fba805a4206dccf9e0da1f14
treec8e8650745e74c9e191dbd0135b146e3d1941276
parent210afd3e9ef71cd66becff0840cd941add5fe187
code coverage: replace figleaf with coverage.py, should work on py2.6 now.

It still lacks the right HTML report (the builtin report is very pretty, but
lacks the "lines uncovered" numbers that I want), and the half-finished
delta-from-last-run measurements.
.darcs-boringfile
Makefile
misc/coverage.el [new file with mode: 0644]
misc/coverage2el.py [new file with mode: 0755]
misc/coverage2text.py [new file with mode: 0755]
misc/figleaf.el [deleted file]
src/allmydata/test/trial_coverage.py [new file with mode: 0644]
src/allmydata/test/trial_figleaf.py [deleted file]
twisted/plugins/allmydata_trial.py