[Python-Dev] Unit testing...

Andrew Kuchling akuchlin@mems-exchange.org
Thu, 13 Jul 2000 15:25:14 -0400


On Thu, Jul 13, 2000 at 03:10:28PM -0400, Jeremy Hylton wrote:
>I think there are several unit testing frameworks for Python.  Would
>you be willing to survey the state of these projects and suggest one
>for adoption?  

I'm not particularly interested in looking at other tools, since I'm
quite content with mems.tools.unittest, the one that Greg wrote.
Earlier this week Neil S. added code coverage support for it using
Skip's coverage code, so we can see which lines of code aren't getting
exercised.

--amk