On 4 Jan., 12:35, Hussein B wrote:
> Hey,
> What is the best code coverage tool available for Python?
> Thanks.
It depends. What are your requirements?
--
http://mail.python.org/mailman/listinfo/python-list
On Sun, Jan 4, 2009 at 9:35 PM, Hussein B wrote:
> What is the best code coverage tool available for Python?
I like ot use nose with it's coverage plugin.
easy_install nose
easy_install co
And I use the following in my top-level Makefile
tests:
@nosetests \
--with-coverage \
--c
On Sun, Jan 4, 2009 at 9:26 PM, Roy Smith wrote:
> In article ,
> Robert Kern wrote:
>
>> Hussein B wrote:
>> > Hey,
>> > What is the best code coverage tool available for Python?
>>
>> I like Titus Brown's figleaf.
>>
>> http://darcs.idyll.org/~t/projects/figleaf/doc/
>
> I was playing with Ned
In article ,
Robert Kern wrote:
> Hussein B wrote:
> > Hey,
> > What is the best code coverage tool available for Python?
>
> I like Titus Brown's figleaf.
>
> http://darcs.idyll.org/~t/projects/figleaf/doc/
I was playing with Ned Batchelder's coverage.py module today. Once I
stopped screwi
Hussein B wrote:
Hey,
What is the best code coverage tool available for Python?
I like Titus Brown's figleaf.
http://darcs.idyll.org/~t/projects/figleaf/doc/
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad atte
Hussein> What is the best code coverage tool available for Python?
Probably Ned Batchelders coverage.py. There is a trace.py module which
comes with Python as well.
--
Skip Montanaro - s...@pobox.com - http://smontanaro.dyndns.org/
--
http://mail.python.org/mailman/listinfo/python-list
Hey,
What is the best code coverage tool available for Python?
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list