Paul Rubin a écrit : > brad <[EMAIL PROTECTED]> writes: > >>Does anyone else feel that unittesting is too much work? Not in >>general, just the official unittest module for small to medium sized >>projects? > > > Yeah, unittest is sort of a Java-ism. You might try the newer doctest > module instead.
Or py.test or nose, which are both more complete than doctest and more pythonics than the unittest module. -- http://mail.python.org/mailman/listinfo/python-list