Benjamin Niemann <[EMAIL PROTECTED]> writes: > Some (many?) people don't like the unittest module, because it is not very > pythonic - nothing to wonder as it has its root in the Java world. That's > probably one of the reasons why there are other (more pythonic) unittesting > frameworks for Python out there.
I knew there was some other one before unittest came along but I thought unittest was supposed to replace the older stuff. What's the preferred one, Pythonically speaking? I've been using unittest a little, but it's pretty clumsy, and the docs aren't great. -- http://mail.python.org/mailman/listinfo/python-list