[issue2403] Add figleaf coverage metrics

Neal Norwitz report at bugs.python.org
Tue Mar 18 21:19:43 CET 2008


Neal Norwitz <nnorwitz at gmail.com> added the comment:

Thanks for the patch.  It would be nice to get more instrumentation like
coverage, performance, etc.

Here are some things I noticed while reviewing the patch:

 * This won't work on unix other than OSX.  Can you change
../../python.exe to sys.executable?  
 * How big is figleaf?  Should you try to read/write the file in chunks?
 * optparse doesn't seem to be used.
 * Can you change `cat file` to read the file and pass those as
arguments so this could work on windows?

BTW, does figleaf work on Windows?

----------
nosy: +nnorwitz

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2403>
__________________________________


More information about the Python-bugs-list mailing list