Python unit tests.

  • Thread starter alessiogiovanni.baroni
  • Start date
A

alessiogiovanni.baroni

    > 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.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
474,292
Messages
2,571,494
Members
48,183
Latest member
GarfieldBa

Latest Threads

Top