[Python-Dev] unit testing and Python regression test
Fredrik Lundh
fredrik@pythonware.com
Mon, 4 Dec 2000 11:37:18 +0100
andrew kuchling wrote:
> Someone remembered my post of 23 Nov, I see... The only other test
> framework I know of is the unittest.py inside Quixote, written because
> we thought PyUnit was kind of clunky.
the pythonware teams agree -- we've been using an internal
reimplementation of Kent Beck's original Smalltalk work, but
we're switching to unittest.py.
> Obviously I think the Quixote unittest.py is the best choice for the stdlib.
+1 from here.
</F>