Art of Unit Testing

Paul Rubin http
Thu Aug 4 00:04:51 EDT 2005


Benjamin Niemann <pink at odahoda.de> 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.



More information about the Python-list mailing list