[EMAIL PROTECTED] 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. -- http://mail.python.org/mailman/listinfo/python-list