[Python-Dev] unit testing and Python regression test
Jeremy Hylton
jeremy@alum.mit.edu
Mon, 4 Dec 2000 10:23:10 -0500 (EST)
>>>>> "FL" == Fredrik Lundh <fredrik@pythonware.com> writes:
FL> 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.
FL> the pythonware teams agree -- we've been using an internal
FL> reimplementation of Kent Beck's original Smalltalk work, but
FL> we're switching to unittest.py.
Can you provide any specifics about what you like about unittest.py
(perhaps as opposed to PyUnit)?
Jeremy