Re: [Pyunit-interest] Timing
Brought to you by:
purcell
From: Steve P. <ste...@ya...> - 2001-04-06 14:15:12
|
Fred L. Drake, Jr. wrote: > Also, is anyone working on coverage tools that can be used with > PyUnit, and can be contributed to the project? Yes, me! I'll try to use Neil Schemenauer's 'code_coverage.py'. I investigated it a while ago, but I want to be careful with the PyUnit integration because I don't want to break PyUnit's compatibility with Jython -- 'code_coverage.py' relies on inspecting code objects, and therefore does not work with Jython. -Steve -- Steve Purcell, Pythangelist Get testing at http://pyunit.sourceforge.net/ Any opinions expressed herein are my own and not necessarily those of Yahoo |