unit testing

Kay Schluehr kay.schluehr at gmx.net
Fri Oct 5 06:19:44 EDT 2007


On Oct 3, 2:37 pm, Bruno Desthuilliers
<bdesth.quelquech... at free.quelquepart.fr> wrote:
> Paul Rubin a écrit :
>
> > brad <byte8b... at gmail.com> 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.




More information about the Python-list mailing list