Python unit tests.

skip at pobox.com skip at pobox.com
Wed Apr 15 10:18:52 EDT 2009


    > how do I read the info at http://coverage.livinglogic.de ? For
    > example, in http://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 - skip at pobox.com - http://www.smontanaro.net/
        "XML sucks, dictionaries rock" - Dave Beazley



More information about the Python-list mailing list