Re: [Pydev-code] Accessing coverage info outside of pydev
Brought to you by:
fabioz
|
From: Fabio Z. <fa...@gm...> - 2007-03-04 21:44:08
|
On 3/4/07, Marco Bizzarri <mar...@gm...> wrote: > > Hi all. > > I've just discovered pydev coverage information, and I'm delighted on > what I can do with them :-) > > I would like to know, however, how I can access them outside of pydev > itself. I know where the .coverage file is, and I've tryied to use the > pstats module, but with no success. > You need to use the coverage module at org.python.pydev.debug/pysrc/coverage.py to access that info. Cheers, Fabio |