[Python-Dev] unit testing bake-off

Fredrik Lundh fredrik@effbot.org
Tue, 16 Jan 2001 09:30:28 +0100


Tim Peters wrote:
> At least you, Jeremy and Fredrik have tried them, and
> if that's all there can't be a tie <wink>.

let me guess:

    Jeremy: PyUnit
    Andrew: unittest
    Fredrik: unittest

(I find pyunit a bit unpythonic, and both overengineered
and underengineered at the same time...  hard to explain,
but I strongly prefer unittest)

> I would agree this is not an ideal decision procedure.

well, any decision procedure that comes up with what I
want just has to be ideal ;-)

</F>