unit testing
Bruno Desthuilliers
bdesth.quelquechose at free.quelquepart.fr
Wed Oct 3 23:20:31 EDT 2007
byte8bits at gmail.com a écrit :
(snip)
>
> Thanks to all for the opinions. Just to clarify, I have nothing
> against testing. I like doing it. I catch a lot of bugs! I dislike the
> formality of the unittest module. It's unyielding. It makes testing
> difficult unless your code is written with testing in mind from the
> start.
Indeed. But that's not specific to the unittest module - you'd have the
same problem with any unit test framework.
More information about the Python-list
mailing list