unit testing

Paul Rubin http
Thu Oct 4 15:39:19 EDT 2007


brad <byte8bits 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.



More information about the Python-list mailing list