On Oct 3, 2:37 pm, Bruno Desthuilliers
<[EMAIL PROTECTED]> wrote:
> 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.

But you need to distribute testframeworks, when you just want to
distribute tests.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to