[Python-Dev] Unit testing...

Jeremy Hylton jeremy@beopen.com
Thu, 13 Jul 2000 15:37:39 -0400 (EDT)


>>>>> "AMK" == Andrew Kuchling <akuchlin@mems-exchange.org> writes:

  AMK> 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?

  AMK> I'm not particularly interested in looking at other tools,

I didn't mean that I wanted you to do it :-).  Are you saying that you
personally aren't interested or that the rest of us shouldn't be
interested in either?

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

I'm not at all familiar with this code.  Has it been released?  Is it
open source?  Could it be used for the Python test suite?

Jeremy