[Python-Dev] Code coverage tool updated
Skip Montanaro
skip at pobox.com
Mon Nov 1 23:01:56 CET 2004
Walter> The Python code coverage tool available at
Walter> http://coverage.livinglogic.de/ has been updated. (It runs the
Walter> Python test suite once a month and makes the resulting code
Walter> coverage info available as a web application).
This looks very interesting, but the results seem a bit mystifying. For
example, it says that Lib/Queue.py has 169 lines, none of which are
coverable. It also shows that no lines were covered, which seems odd
considering the fact the distribution does have a test_queue.py test module.
Skip
More information about the Python-Dev
mailing list