Python unit tests.

alessiogiovanni.baroni at gmail.com alessiogiovanni.baroni at gmail.com
Thu Apr 16 09:43:57 EDT 2009


On 15 Apr, 16:18, s... at pobox.com wrote:
>     > how do I read the info athttp://coverage.livinglogic.de? For
>     > example, inhttp://coverage.livinglogic.de/Objects/funcobject.c.html,
>     > the count field, what it means?
>
> Most likely it's the number of times that line was executed.  Strong support
> for that comes from the fact that the lines with a count of 0 are
> highlighted, implying they weren't executed at all.
>
> --
> Skip Montanaro - s... at pobox.com -http://www.smontanaro.net/
>         "XML sucks, dictionaries rock" - Dave Beazley

Yes, I thinked to number of times. However, I ask the question because
here
( http://www.python.org/dev/contributing/ ) says to consider
http://coverage.livinglogic.de/
to contributing unit tests, and I asked how to interpret it.

Thanks.



More information about the Python-list mailing list