Brendan Miller <[EMAIL PROTECTED]> writes: > What would heavy python unit testers say is the best framework? > > I've seen a few mentions that maybe the built in unittest framework > isn't that great.
That's right, there are many flaws in ‘unittest’. It nevertheless has the overwhelming advantage of being present in any standard Python installation. Using ‘nose’ at least builds upon the standard library ‘unittest’ module, so can easily integrate existing unit tests. It can also be used as a unit test discovery and runner framework, which doesn't impact the usefulness of the tests themselves on machines that don't have ‘nose’ installed. -- \ “Holy contributing to the delinquency of minors, Batman!” —Robin | `\ | _o__) | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list